Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.11.1, 0.20.0
-
None
Description
The JMS specification defines that a closing a consumer is to have no effect on the acknowledgement of messages delivered to the application. Currently for client acknowledge consumers we don't support this and a call to acknowledge on a delivered message will fail if the consumer was previously closed.
From section 8.8 of the spec.
- If the session mode is CLIENT_ACKNOWLEDGE then any messages
delivered to the application may be acknowledged by calling
acknowledge in the normal way. It makes no difference whether this
occurs before or after the consumer is closed.
Attachments
Issue Links
- is related to
-
QPIDJMS-434 Consumer whose close was deferred in a client ack session can cause an exception when another consumer is also present in that session
- Resolved