I am trying to test the following scenarios in ActiveMQ.
- Establish/Open a connection with ActiveMQ
- Validate if "Queue_name" is available in ActiveMQ
- If found, print the # of entities available in "Queue"
- Validate and print the messages from the "Queue"
I am not concerned on how the data gets published. I have looked for ways to access the queue and read data from it using stomp ruby client but could not find a definite answer. Most of the examples I found online were for publishing and subscribing to events.
Would really really appreciate any help in solving this.