Connect to RabbitMQ via NLB #10124
-
|
The following is my architecture. The client will be connected to RabbitMQ by NLB. The following error message appears during the connection. How to solve this problem? Exception: BrokerUnreachableException None of the specified endpoints were reachable |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
means what the errors says: this (.NET) client could not connect to any endpoints. We cannot know why but we do have a recommended troubleshooting methodology. I'm not sure what "NLB" means specifically but there is no shortage of examples of using proxies with RabbitMQ for client connections. There isn't anything particularly special about RabbitMQ except for two things:
|
Beta Was this translation helpful? Give feedback.

means what the errors says: this (.NET) client could not connect to any endpoints. We cannot know why but we do have a recommended troubleshooting methodology.
I'm not sure what "NLB" means specifically but there is no shortage of examples of using proxies with RabbitMQ for client connections. There isn't anything particularly special about RabbitMQ except for two things: