[rabbitmq-discuss] Is there a way to subscribe to all messages in a topic exchange
Alvaro Videla
videlalvaro at gmail.com
Sun Mar 30 13:49:18 BST 2014
Hi,
On Sun, Mar 30, 2014 at 2:30 PM, rails <stammailbox at gmail.com> wrote:
> My exchange is direct.
> Can I bind a queue that will get all messages from the queue (as # in topic
> exchange)?
No, a queue will get the messages with a routing key that matches the
binding key.
If you need that kind of functionality then use a fanout exchange.
More information about the rabbitmq-discuss
mailing list