-
Notifications
You must be signed in to change notification settings - Fork 798
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
AspNetCore.HealthChecks.Rabbitmq captures blocked connections? #1627
Comments
What does |
I mean, AspNetCore.HealthChecks.Rabbitmq package reports blocked connections from rabbit mq. I tried below implementation but it is not working. Any suggestions on how to get hold of blocked connection and report it? ConnectionFactory factory = new ConnectionFactory |
My ask is, Is it possible to catch blocked connection notification in dot net application which is publishing messages? |
Of course it's possible. Provided link explains how to archive that with Java and .NET clients. |
Is it possible to capture blocked connections in health check using AspNetCore.HealthChecks.Rabbitmq nuget package.
Reference : https://www.rabbitmq.com/connection-blocked.html
The text was updated successfully, but these errors were encountered: