Forum Discussion
groovyguyExactly I've got service which writes to activeMQ, and I'm looking for way to build tunnel between soapUI and activeMQ, for example I have requests , and I can send it to activeMQ(server) from queue to specific topic, but that's not the point.
I want to be able to send such requests with soapUI, and also I would like to be able to read results of send requests :| Well it sounds complicated but I would be really happy if it's possible..
nmraoCommunication of service takes place using activeMQ server, using queue and topic, send data to queue and receive on topic.
I send a request via activeMQ with JSON, and receives a response from with JSON, that is such a protocol.
Is it possible to send such requests via soapUI Ng pro? And also integrate with activeMQ so I can listen to what is posted on the activeMQ topic? If yes that would be great, thank you for your time ;d, perhaps I'm missing something.
Thank you guys for the support
Best regards
Emil
Is it that you want to send a plain message over JMS or Is REST over JMS ?
I know that it is possible to send a plain message or Soap message over JMS.
What is your use case?
- Emil919 years agoContributor
nmraoWell this are the protocols supported by activeMQ :
So seems like in my case I have to send REST over JMS(activeMQ) :| I'm afraid it's impossible to do in soapUI? Can't find many posts on google.. thx in advance for answer, cheers.
Best regards
Emil
- nmrao9 years agoCommunity HeroBased on the links you provided, looked at the REST. If the application is running, you should be able to call REST API provided by ActiveMQ. This is what my little understanding from the REST ActiveMQ page.
What is the difficulty for you at the moment?- Emil919 years agoContributornmraoHmm, and how exactly I can call that REST API? ; d, what exactly I need to do, it's separate thing? Or i can call such API in soapUI :P?I'm confused a little bit perhaps don't understand this, atm I created REST project, But I have problem the link to the service start with tcp://, but I can't load such link in REST project, so I had switch it to http://.Well i think in this case it doesn't matter? Cuz REST works on http aswell yes?, anyway to the subject, When I'm trying to invoke method for example I'm trying to send "ping" I'm recieving "Error getting respons: org.apache.http.client.ClientProtocolException" :|, I was told that in link to my activeMQ i'm missing path to the queue , but the question is how to declare such path?Perhaps It's impossible? I tried few things and still no results :|... It's pity that this service is going through activeMQ its pain in the ass.. If you have any idea please share it, thanks you in advance, cheers.