On 9/22/06, Tommy615 <[EMAIL PROTECTED]> wrote:
I use Jconsole to monitor the activemq broker. I manage to create the (temporary) queue
FWIW temporary queues are only created via the createTemporaryQueue() method on a JMS client
after the broker started and I could monitor by using the Jconsole. But once I shutdown the activemq broker and I open the broker next time then the queue that I created before will be gone.
It just doesn't appear by default as destinations are lazily created - any messages sent to the queue will be persisted. More details here... http://incubator.apache.org/activemq/configure-startup-destinations.html http://incubator.apache.org/activemq/how-do-i-create-new-destinations.html -- James ------- http://radio.weblogs.com/0112098/
