[rabbitmq-discuss] How to handle distribution of message to either 1 OR many topics

Emile Joubert emile at rabbitmq.com
Thu Sep 20 14:42:40 BST 2012


Hi Alex,

On 20/09/12 13:58, Alex Gadea wrote:
> Is there anything to gain by this performance wise?  Are
> exchanges lighter than queues in terms of routing (I'd wind up having
> the same number of final destination queues).

Bear in mind that queues don't perform routing, only exchanges route
messages.

I'd be surprised if intermediate topic exchanges are significantly
faster than a single topic exchange, but the best way to confirm is to
test this with your own topics and workload and make the comparison.

A different possible motivation for intermediate exchanges is that it
might make administration more manageable.


-Emile






More information about the rabbitmq-discuss mailing list