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 Java client has tweaked its "known entity" tracking to track and invalidate entries in its cache of known entities based on some of their attributes for operations that are performed on the same connection (but any channel on that connection).
In other words, if a queue was declared on one channel but deleted on another channel, it
should not be recovered by automatic connection recovery.
See #579 for background.
RabbitMQ Java client has tweaked its "known entity" tracking to track and invalidate entries in its cache of known entities based on some of their attributes for operations that are performed on the same connection (but any channel on that connection).
In other words, if a queue was declared on one channel but deleted on another channel, it
should not be recovered by automatic connection recovery.
AutorecoveringConnection and AutorecoveringChannel demonstrate the idea.
The text was updated successfully, but these errors were encountered: