-
Notifications
You must be signed in to change notification settings - Fork 144
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
RawRabbit Connection #297
Comments
Hello, @ma7ammad - thanks for reaching out. I have a few follow up questions for you:
|
I am looking for a way, to check at the startup of the app and during the the time that the app is running, to tell if RawRabbit stops (at any moment) so i can stop the app. |
Hello again. Do you mean that the RabbitMQ broker is hosted in a docker container? If you want to solve the problem of connect retry when the broker is down, then perhaps the Polly enricher might solve this issue, especially as it has support for declaring retry policies for the channel factory. |
Hi, |
I think what confuses me is what you mean with "RawRabbit" in this context:
Do you mean that the client application using RawRabbit should not work if the RabbitMQ broker is not responding? If that's the case, you could try to setup a subscription or publish a message and see if you get an exception. Another option would be to replace the default Yet another option, if you have activated the management plugin in RabbitMQ would be to use it's RESTful API (which only responds if the broker is reachable). Hope this helps! |
Hi,
I have searched the docs but could not find much.
Is there anyway to check whether RawRabbit is connecting/running?
Thanks.
The text was updated successfully, but these errors were encountered: