Hi,
Is there any equivalent of JMS 'messageSelector' in QPID 0.28 C++ client API
using AMQP 1.0 protocol?
For example in JMS we can create a message receiver like this;
consumer = session.createConsumer(consumerDestination, uniqueAppID)
I want to create a similar one in C++ and this is how I am trying it, but it
seems not work; Is this the right way to do it?
respAddress = "'ResQueue'; {link:
{selector:\"uniqueAppID='("+uniqueAppID+")'\"}}"
Receiver respReceiver = session.createReceiver(respAddress);
thanks & Regards,
Hamid
-----
Best Regards,
Hamid.
--
View this message in context:
http://qpid.2158936.n2.nabble.com/usage-of-message-selectors-in-C-Qpid-0-28-client-amqp-1-0-tp7619011.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]