But can i check the message id of message is the localqueue and then match with my message id and it they match then read...
Some way through messageproperties or messageheader. --- On Tue, 7/12/11, Gordon Sim <[email protected]> wrote: > From: Gordon Sim <[email protected]> > Subject: Re: qpid 0.8 queries > To: [email protected] > Date: Tuesday, July 12, 2011, 12:41 PM > On 07/12/2011 01:22 PM, Nithesh > Shetty wrote: > > yes m using c++ qpid.messaging API? > > Then its easy enough to set the ID: > > import <qpid/types/Uuid.h> > > using qpid::types::Uuid; > ... > message.setMessageId(Uuid(true).str()); > > However there is no support for selectors yet on this API. > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
