You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using channel pool to connect to MQ, to listen for messages.
When MQ has connection issues (I see them when it emits 'connecting' events on ConnectFailover), the subscriber disconnects from the MQ (I see '0 consumers' in the admin console)
And when MQ recovers from the connection issues, there are times that the consumer does not recover.
Is there a 'disconnect' event that I can listen to, to re-subscribe to the queue?
Thanks
The text was updated successfully, but these errors were encountered:
I'm using channel pool to connect to MQ, to listen for messages.
When MQ has connection issues (I see them when it emits 'connecting' events on ConnectFailover), the subscriber disconnects from the MQ (I see '0 consumers' in the admin console)
And when MQ recovers from the connection issues, there are times that the consumer does not recover.
Is there a 'disconnect' event that I can listen to, to re-subscribe to the queue?
Thanks
The text was updated successfully, but these errors were encountered: