rabbitmq shovel default exchange #10903
Unanswered
lanzhiwang
asked this question in
Other
Replies: 1 comment 3 replies
-
The protocol uses an empty string to identify that exchange. You can still use individual queues as sources for N shovels. Or a different direct exchange with explicit bindings for your queues. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a special scenario. There are some queues in my rabbitmq cluster. These queues are not explicitly bound to specific exchanges. The producers directly produce messages to the queues.
That is to say, the feature of (AMQP default) default exchange is used. It is bound to all queues by default. Routes key is the queue name.
I now want to back up the messages in these queues to another rabbitmq cluster through shovel. In shovel, I need to set source_exchange to (AMQP default), as shown in the figure below
But (AMQP default) is not a correct exchange name, what should I set the (AMQP default) name, or can shovel meet my requirements?
Beta Was this translation helpful? Give feedback.
All reactions