Every queue you create will be reflected in the jconsole (that is, our JMX layer manages all the underlying objects). If you don't see your queue on jconsole it really means you have not created it. A quick way of creating a queue is to start a consumer on a queue (the queue will be created if it does not alreay exist - e.g. you can run Server.java from the client examples - this will create example.RequestQueue on the virtual host test).
Thanks, Sorin On Tue, Nov 9, 2010 at 7:19 AM, [email protected] <[email protected]> wrote: > > I want to declare a queue with MBean support. When I use jconsole to connect > to QPID broker, I can see the queue MBeanInfo which is defined in qpid > configuration file. But when I declare a queue by JMS, I couldn't see the > queue info in the jconsole. I think it requires a step to register the queue > as a JMX object. How can I do this in QPID java client? > > Thanks, > Zhao Yi > -- > View this message in context: > http://apache-qpid-users.2158936.n2.nabble.com/How-can-I-declare-a-MBean-queue-tp5719844p5719844.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > -- Sorin S --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
