Hi, There is no one to one correspondence between C++ methods and Java methods. Java client is JMS compliant, so you can use the JMS interfaces methods for sending/receiving/browsing messages on a queue. You can also implement your own logic in a method queryQueue if the method name is significant for you.
Thanks, Sorin On Fri, Nov 5, 2010 at 11:55 AM, [email protected] <[email protected]> wrote: > > Hi, > > I have read these examples. But what I want is to query a queue from client > side. I found that C++ client has a method session.queryQueue() which can be > used to query queues' information from the broker. In Java client, the > session class doesn't have such query method. > > thanks, > Zhao Yi > -- > View this message in context: > http://apache-qpid-users.2158936.n2.nabble.com/How-can-I-query-queue-in-Java-client-tp5700007p5708651.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]
