-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.2.4.GA
-
None
-
-
+
-
-
Documented as Resolved Issue
-
Verified in a release
-
In the following scenario:
1) Openwire consumer is created.
2) Broker dispatches message to consumer.
3) Consumer is closed before any messages are consumed.
Result:
Message redelivery is incremented. If this happens more than the configured <max-delivery-attempts> the message will be sent to DLA (or dropped, depending on configuration).
When the same steps are carried out with the CORE client, the message redelivery count is NOT incremented and message will always be available on the queue.