How to monitor connection events when using external bus? #3716
Unanswered
lukedukeus
asked this question in
Q&A
Replies: 2 comments
-
@lukedukeus why do you need it? Do you need this on V9 or V10? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@lillo42 I am using Brighter in an embedded device that may not always have network connection. On this embedded device, I want to see if it is connected to the message broker, and get an alert when it disconnects. As for V9/V10, it doesnt matter much to me. I am on V9, but there is no reason I couldn't upgrade to V10 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using an external bus, is it possible to be notified of connection events?
In my case, I am using RabbitMq, and I am looking for an event handler to know when connection with the message bus is dropped or re-gained.
RmqMessageGateway
tracks these events here, but the connection / connection factory is not publicly accessable, so I am unable to find a way to be notified of these events.Beta Was this translation helpful? Give feedback.
All reactions