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]
