Hi, As you realised, there is no JMS api for queue creation - and yes, the broker provides you a JMX interface that allows you to query and see if a queue exists or not.
Thanks, Sorin On Sun, Nov 7, 2010 at 11:26 AM, [email protected] <[email protected]> wrote: > > I am reading some material about JMS and found that the JMS specification > doesn't define any API to test whether a queue physically exists or not. The > physical creation and deletion of queues (and topics) is an administrative > task, specific to the JMS provider you are using, and is not supported by > the JMS API itself. > > I think checking whether a queue or topic physical creation should be > defined in QPID broker. Right? > -- > View this message in context: > http://apache-qpid-users.2158936.n2.nabble.com/How-can-I-query-queue-in-Java-client-tp5700007p5714058.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]
