On 10/28/2010 11:42 AM, [email protected] wrote:

Hi,

I uploaded my code and the producer is topic_publisher.cpp I didn't change.

http://apache-qpid-users.2158936.n2.nabble.com/file/n5682097/topic_listener.cpp
topic_listener.cpp

If you run this listener in two processes and run the topic_publisher, you
will see that one message will come to only one listener.

That is expected though. Each message will only be allocated to one consumer (this is the standard queueing semantic). However some messages should get to each consumer (just distinct sets).

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to