Hi,

I am new to the MQ stuff. Tried parsing through AMQP specs and QPID docs and still don't get how to code this little two scenarios:

I have a single producer sending msgs to a queue with dynamic number of consumers.

scenario A - all consumers get all messages
scenario B - consumers "compete" for messages - each msg gets consumed by not more than one consumer.

Also how the picture changes for a durable version of scenario A - where number of consumers is constant and I want to guarantee that all messages get to all consumers even if one crashes and comes back after some time.

My question is what exchange,queue types and options to use for what scenario. Should I create a new exchange to handle scenario A or B?

TIA,
Pawel


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

Reply via email to