On 09/24/2014 03:06 PM, Hamid.Shahid wrote:
Hi,Please let me know, if there is a way to add destination type prefix, 'queue' or 'topic' while subscribing to a Queue or Topic using QPID 0.28 (amqp 1.0) C++ Client.For example, ActiveMQ uses queue:// or topic:// prefixes.
Yes, you just need to quote it, so e.g. ssn.createReceiver("'topic://my-topic'")
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
