Forum Discussion
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
What is the difficulty for you at the moment?
- Emil918 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.
- nmrao8 years agoChampion Level 3Emil91,
I have tried with the link given by you only(you should be able to find there how to call) and able to hit the REST service of ActiveMQ. Of course, since I do not have any data, got HTTP Response code 204 which No content. This my first time to call ActiveMQ.- Emil918 years agoContributor
nmraoHi, but did you call it from soapUI? Because this is what I'm looking for, I need to automate my tests :/
At this moment I can send something to queue from activeMQ, and i can see result in (application server logs) but I really need to be able to send such requests using soapUI :P.
I've tried HermesJMS, I've followed these instructions
- https://www.soapui.org/documentation/jms/config.html
- https://www.soapui.org/jms/getting-started.html
I have done everything except installing activeMQ local on my machine, I'm logging to it by browser, anyway seems like it's not working anymore? Last update is from 2004 year pitty :|, I though that I will be able to send JMS using soapUI, if it's possible somehow, please can you explain me a little more about that? How exactly i can do it? Are there any tools? Or perhaps I'm doing something wring during the configuration of HermesJMS, low chance, cuz i followed almost everystep, and I received error during configuration of providers.
Thanks in advance for support
Best regards
Emil