Skip to content

Implement Health Check for RabbitMQ Connection #308

@Behzad-rabiei

Description

@Behzad-rabiei

Description:

Currently, our system does not automatically check or handle the status of its connection to RabbitMQ. This can lead to situations where the service remains disconnected without attempting to re-establish a lost connection, impacting the reliability of our application.

Solution:

Implement a health check mechanism that monitors the RabbitMQ connection status every minute. If a disconnection is detected, the system should automatically attempt to reconnect. This will ensure our application maintains a stable connection to RabbitMQ, enhancing overall reliability and resilience.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions