Re: activemqcpp and consumer.selector

2009-06-23 Thread Stephen Pietrowicz
Thanks! That worked for me. Chetan Sarva-2 wrote: > > After creating the queue or topic with createQueue(name) or > createTopic(name), you can specify the selector using createConsumer(name, > selector). Here's the method signature (from the 3.0 library): > > virtual MessageConsumer*

Re: activemqcpp and consumer.selector

2009-06-23 Thread Chetan Sarva
After creating the queue or topic with createQueue(name) or createTopic(name), you can specify the selector using createConsumer(name, selector). Here's the method signature (from the 3.0 library): virtual MessageConsumer* createConsumer( const Destination* destination,