sonicmq

Sending a message to a full JMS queue

Hello, I am writing a Java code that sends messages to a JMS queue. I am doing this by using "QueueSender.send()". The JMS queue itsels is sonicMQ but that's beside the point. My problem is that sometimes the JMS queue is full and the thread that tries to send messages to the queue is starved. Is there a way for me to know if the que...

How to list available destinations/topics in a SonicMQ environment

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, but topics continue to elude me. I have searched through the API doc and played around a bit in code to no avail. Is there a way to l...

How do I configure SonicMQ in JBoss 5.1?

Trying to setup SonicMQ as the primary messaging provider in my JBoss 5.1.0GA server. The resources available for this are horribly outdated (This wiki article on JBoss is 3 years old, and references a broken link from Sonic's parent company, thus providing incomplete instructions for an outdated version of JBoss (4.x)). I need to use ...