On 7/13/06, Kuppe <[EMAIL PROTECTED]> wrote:
I am looking at a broker that i am running with a number of queues and topics using JConsole. I am somewhat confused by what i see though... I have created a queue destination from a session and a producer and consumer for this destination - lets call it q1... In JConsole I see q1 directly under the Queue folder. However under the Topic folder, i see ActiveMQ.Advisory.Consumer.Queue.q1 and ActiveMQ.Advisory.Producer.Queue.q1... I am not sure whether this is normal or not!?!?! Can you please help me???
This is completely normal. Things in the ActiveMQ.Advisory namespace are advisory messages.. http://incubator.apache.org/activemq/advisory-message.html they are used so that you can monitor the system using JMS messages (to see producers & consumers come and go for example). -- James ------- http://radio.weblogs.com/0112098/
