Said
6 years agoContributor
Reading the Messages from JMS Queue/Topic
Hi,
I am using this guide to send and receive messages on/from a JMS queue. The problem is that when I read the received message from the queue (response) it is no longer available for the program under test. And when the program under test reads the message before I can my test is stuck. My test step is waiting for the message that is no longer there, because it is picked up by the program under test (Tibco).
Is there a way to "monitor" a queue like monitoring a queue with Gems? This way I can get all message on the queue and the process is not hindered in any way. If not, how can best deal with this?
Thanks in advance!