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 have searched the issues of this repository and believe that this is not a duplicate.
What happened?
When restarting the AMQP server, all client channels are closed. The application server AMQP integration does not reestablish a connection to the AMQP server unless the application server is restarted.
What did you expect?
When the channel to the AMQP server is closed, the application server should try to establish a new connection instead of logging errors and not transmitting uplinks anymore.
Steps to reproduce this issue
Steps:
Close the AMQP connection on serverside
Check the logs on the application server or that messages aren't coming through anymore.
What happened?
When restarting the AMQP server, all client channels are closed. The application server AMQP integration does not reestablish a connection to the AMQP server unless the application server is restarted.
What did you expect?
When the channel to the AMQP server is closed, the application server should try to establish a new connection instead of logging errors and not transmitting uplinks anymore.
Steps to reproduce this issue
Steps:
Could you share your log output?
Your Environment
The text was updated successfully, but these errors were encountered: