[rabbitmq-discuss] Need Review - Content Based Routing - Performance
Bhaskar teja
prudhviy at gmail.com
Sun Dec 9 10:43:45 GMT 2012
Our needs show that for each event type we have multiple consumers like
notifications, email, logging, search
So we are thinking of using the following approach
Exchange type - Web_Events
Type - Direct
Routing-Key - "Event_Type"
Queue - Web_notifications
Queue - Search
Queue - Logging
Queue - email
with appropriate multiple bindings of event_type
We have approximately ~ 100 event types. So we are afraid the performance
may go bad if we bind 100s of routing_keys to a Queue
Is it ok if we bind 1000 routing_keys to a Queue?
Thank you,
Bhaskar teja
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20121209/68eb098d/attachment.htm>
More information about the rabbitmq-discuss
mailing list