Hi Gordon,

>Multiple consumers can certainly consume from the same key. However the
>routing key (or binding key in this context) is not a property of the
>consumer though. This is the case even for 0.9.1; the key or keys relate
>the queue to the exchange.
   
So in this case, 
- Consuming Queue by multiple consumer exchange uses round robin method to 
distribute data  to all consumer, 
- Consuming using key by multiple consumer, each consumer get its own copy.
           can't consumer filter and consume data only which is meant for
that ?

Is there any performance cost if one million Client creates its own one
million reply-to temp queue in RabbitMQ server and stay connect for long ?
                  Or 
is it good idea to delete reply-to temp queue on every send call?

Thanks,
Mohan



--
Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to