[x] 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