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
RabbitMQ closes channels after a certain period of time (i think), the official rabbitmq java client has a Channel wrapper that automatically recovers it after a channel.close is received.
This is a very critical feature to have implemented.
The text was updated successfully, but these errors were encountered:
RabbitMQ closes channels after a certain period of time (i think), the official rabbitmq java client has a Channel wrapper that automatically recovers it after a channel.close is received.
This is a very critical feature to have implemented.
The text was updated successfully, but these errors were encountered: