RabbitMQ health check failed #1068
Replies: 3 comments 5 replies
-
Please provide more information: broker, Erlang, and Java client versions, broker and client logs. We need more context to help. You write "in last recent days", does this mean it was working correctly before and you're getting these errors now? If so, what has changed? |
Beta Was this translation helpful? Give feedback.
-
RabbitMQ core team are not responsible for CloudAMQP clusters (you try to connect using Long-lived client connections will fail from time to time, this is an inevitable reality of distributed systems. This client has had a connection recovery mechanism for about a decade now for that very reason. |
Beta Was this translation helpful? Give feedback.
-
BTW, you're creating a new connection and closing it for every call to |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
In last recent days, We are getting rabbitMq health check failed.
Then we are getting Connection Refused error.
This error is coming randomly. Not occuring on starup the application.
Reproduction steps
@component
public class CloudAMQPHealthIndicator extends AbstractHealthIndicator {
Expected behavior
Long lived connection must be maintain.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions