Replies: 2 comments 4 replies
-
Consider using GitHub Discussions for questions in repositories that have them enabled. They are no longer a new and unknown GitHub feature. We cannot suggest anything without logs from both sides and a list of policies and upstreams (feel free to edit out credentials and hostnames). Assuming that Central is a downstream that has two upstreams, US and EU, you don't need to set In a given cluster, every upstream must have a unique name. If they don't, you won't be able to add, delete or update both. Then to set up exchange federation from both upstreams, use the special predefined upstream set named See node logs on both sides for clues as to why the connections do not succeed. We do not guess in this community. Troublshooting Network Connectivity and Troubleshooting TLS explain the methodology we recommend to narrow the problem down. If you use default credentials in connection URIs, they will be rejected for non-local clients (including federation links) by default for obvious security reasons. |
Beta Was this translation helpful? Give feedback.
-
On an unrelated note, you use non-TLS connections to go over the public Internet. We highly recommend using TLS for inter-cluster communication and client connections (and federation is just an Erlang-based client as far as the upstream is concerned). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Hello, we are using self-hosted rabbitmq clusters in Amazon EKS. Currently, we are trying to create a multi-region deployment for our rabbitmq clusters (see 1. image below ). So far we have had a federated exchange connection between two rabbitmq clusters (between Central and EU region ), and all our federation links were healthy. Now we have added the second region (USA region) and wee see in the federation status admin panel that the federation links are unhealthy in this newly added region (they have an error state, see 2. image below). We have compared the configurations between the old region and the newly added region (USA), but everything is the same, even though the federation links are unhealthy in the USA region. We are using an AWS load balancer to connect to the central rabbitmq cluster. We are using this rabbitmq version: 3.11.16. And the Erlang version is: 25.3.2
I have two questions:
Reproduction steps
Expected behavior
All federation links are healthy, they have running state
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions