Closed seanshahkarami closed 4 years ago
This is a bug introduced when we moved the messages exchange from a fanout to a topic exchange. In order to "match everything" in a topic exchange, you need to use the routing key "#" instead of "" like with a fanout.
messages
This is a bug introduced when we moved the
messages
exchange from a fanout to a topic exchange. In order to "match everything" in a topic exchange, you need to use the routing key "#" instead of "" like with a fanout.