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
When we leave the STOMP connection idle for a while, TorStomp logs that the "connection unexpected end" and then then tries to reconnect to the queue but the old connection still activate in rabbitMQ.
Due this issue rabbitMQ sends a new queue message to this old connection that is not being handled by TorStomp anymore.
The text was updated successfully, but these errors were encountered:
When we leave the STOMP connection idle for a while, TorStomp logs that the "connection unexpected end" and then then tries to reconnect to the queue but the old connection still activate in rabbitMQ.
Due this issue rabbitMQ sends a new queue message to this old connection that is not being handled by TorStomp anymore.
The text was updated successfully, but these errors were encountered: