I am trying to write a test utility to list out the various items within the SonicMQ environments I connect to.I have been able to list out a number of items, including brokers, containers, and queues
I am writing a Java code that sends messages to a JMS queue. I am doing this by using \"QueueSender.send()\".