Skip to content

Queue to receive messages not picked up by other queues #4232

Discussion options

You must be logged in to vote

Hi,

Yes, you can configure an alternate exchange: https://www.rabbitmq.com/ae.html. Once you configure it for the exchange you already have and bind the third queue to this new exchange, messages that don't match any of the bindings (neither apples.* nor bananas.*) will be routed through the alternate exchange to the third queue.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ScottGibbons00
Comment options

Answer selected by ScottGibbons00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants