Replies: 4 comments 4 replies
-
Please use discussions for questions, not issues. We need more information to help: broker and client versions, logs, stack trace if any, steps and code samples to reproduce. Note you should only use odd numbers of nodes for a cluster (3, 5, 7, etc), not even numbers. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer, here is more information: Cluster: Steps
|
Beta Was this translation helpful? Give feedback.
-
Thank your for your answers and suggestions, but:
Are you considering making a solution/fix for transient queues or it is not relevant ? |
Beta Was this translation helpful? Give feedback.
-
Is there a way to know or detect via the management API, for example, which bindings are not working correctly ? |
Beta Was this translation helpful? Give feedback.
-
I use a cluster RabbitMQ with two nodes (Node A and Node B). I use classic queues, exchanges and bindings. The queues are created on Node A and are visible and reachable from Node B. These queues, exchanges and bindings are created by my java client currently connected to Node A.
Everything works correctly when we send message to exchange using routing key.
The problem occurs when the Node A crashes. My java client lost connection, connect to Node B and recreate queues, exchanges and bindings on the Node B.
After that, some bindings correctly works but some others cause a routing error from exchange.
Is it normal ? Am I doing something wrong?
Could you please tell me how to fix this problem ?
Beta Was this translation helpful? Give feedback.
All reactions