In that case you can probably use a fanout exchange, you will receive everything regardless of the routing key.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
rabbitmq-user...@googlegroups.com.
To post to this group, send email to
rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Is there any way to specify that I want to bind a queue to all routing keys on a direct exchange? I know I can do that with a topic exchange using wildcards, but I don't need anything that flexible, and am worried about the performance of all that wildcard matching.
--