Our needs show that for each event type we have multiple consumers like notifications, email, logging, search<br>So we are thinking of using the following approach<br><br>Exchange type - Web_Events<br>Type - Direct<br>Routing-Key - &quot;Event_Type&quot;<br>
<br>Queue - Web_notifications<br>Queue - Search<br>Queue - Logging<br>Queue - email<br>with appropriate multiple bindings of event_type<br><br>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<br>
Is it ok if we bind 1000 routing_keys to a Queue?<br clear="all">�<br>Thank you,<br>Bhaskar teja<br><br>