Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Exception in handleMessage(..) appears to cause Consumer to stop listening to messages #131

Open
jaGarcia opened this issue Apr 24, 2018 · 0 comments

Comments

@jaGarcia
Copy link

jaGarcia commented Apr 24, 2018

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..

screen shot 2018-04-24 at 12 22 07 am

To clarify, once this stack occurs on a Consumer, that Consumer won't pull any other messages off the queue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant