Hide Forgot
Description of problem: Receiver does not release messages when xa transacted session is closed without commit and not even when connection is closed. Messages are released only after the whole application is undeployed. The test application runs with EAP6. Version-Release number of selected component (if applicable): qpid-jca-0.18-8.el6 qpid-cpp-server-0.18-14.el6 How reproducible: always Steps to Reproduce: 1. send messages to queue 2. receive a message in xa tx (do not perform commit) 3. close session 4. check the status of the queue with qpid-tool Actual results: message is not available for reading. qpid-tool shows that there is 1 in the field acquires and 0 in releases Expected results: message is available for reading. qpid-tool shows that there is 1 in the field acquires and 1 in releases Additional info:
Note that technically this needs to be tested against qpid-cpp-server-0.22. That is not, however. to suggest that 0.22 fixes it.