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
{{ message }}
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.
I'm confused as to why I'm not seeing the behavior of the message being put back onto the queue and retried indefinitely since I have retry = true inside the static rabbitConfig config map...I also has autoAck set to AutoAck.POST and transacted = true... It looks like a patch for a previous version was related to connections being dropped on a Hibernate Exception but I don't see any log messages indicated a dropped connection and I'm testing this with simple Exception or RuntimeException classes..
To clarify, once this stack occurs on a Consumer, that Consumer won't pull any other messages off the queue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm confused as to why I'm not seeing the behavior of the message being put back onto the queue and retried indefinitely since I have retry = true inside the static rabbitConfig config map...I also has autoAck set to AutoAck.POST and transacted = true... It looks like a patch for a previous version was related to connections being dropped on a Hibernate Exception but I don't see any log messages indicated a dropped connection and I'm testing this with simple Exception or RuntimeException classes..
To clarify, once this stack occurs on a Consumer, that Consumer won't pull any other messages off the queue.
The text was updated successfully, but these errors were encountered: