Forum Discussion
Could use some more specific details on your use case.
Do you have a service that you use SoapUI to test, and that service writes to ActiveMQ? Are you looking for a way to build something in SoapUI to query/test that your service wrote successfully to ActiveMQ?
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
- groovyguy8 years agoCommunity Hero
Emil91: I don't think there will be a native way to do this in SoapUI. Rather, you will likely need to write a groovy script that can interface with ActiveMQ and its consoles. A quick google search shows people have done this previously with groovy and there are examples out there.
Here's one that uses JMX and groovy to query ActiveMQ: Listing ActiveMQ queuesThe above example seems to list queues, but I am not 100% sure you can read from a queue without popping the message. I am not sure if that would be feasible for a test or not.
- nmrao8 years agoChampion Level 3Emil91, you did not clarify to the point of my previous reply.
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?
Related Content
Recent Discussions
- 5 days ago
- 10 days ago