Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Host.RabbitMQ] Add ability to configure connection retry attempts and delay #310

Open
robert94p opened this issue Sep 23, 2024 · 2 comments
Assignees

Comments

@robert94p
Copy link

It is necessary to add the ability to configure the number of connection attempts (including infinite) and the delay between them. This is required because the connection is established when the application starts, but at that moment RabbitMQ may be unavailable for various reasons and could remain unavailable for an extended period. Alternatively, the ability to detect successful bus creation should be added so that in case of failure, the application can be restarted.

@zarusz
Copy link
Owner

zarusz commented Sep 23, 2024

It makes sense to add the connection retries.

Check also #282 as it could help (while not directly related to this issue, it could help in some scenarios).

Are you looking to contribute or rather asking for the feature to be built?

@robert94p
Copy link
Author

robert94p commented Sep 24, 2024

Rather a suggestion to add feature, as I don't have time to contribute myself.

@zarusz zarusz self-assigned this Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants