Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.1.0
-
None
Description
I have some transacted session. Each session has one consumer which recive messages in parallel from one queue.
Also I use redeliveryPolicy. When I restart my application and close connection which close sessions which close consumers, message jumps from one closing consumer to another while all consumers will be stopped and rediliveryCounter++ executes every time when message is redispatched
You have to add any flag to connection which says: if connection.stop() is executed then forbore any message redispatching
Attachments
Issue Links
- duplicates
-
AMQ-1730 Bad use of Jms field JMSXDeliveryCount. Related to RedeliveryCount and message prefetch
- Resolved