richie
5 years agoCommunity Hero
Asynch Messaging Testing Help Please?
Hey!
I've got to test some asynch messaging (non-blocking communication) via Queues and there wont be any responses to assert against.
Before now, the way I've tested asynch messaging is ...
- 5 years ago
Hi richie,
Can you please clarify what async messaging technology you're using? Is it JMS?
If so, here is the Community post that includes script examples of reading a message from the queue:
[TechCorner Challenge #10] Connecting to JMS using Groovy script SOLVED