Reference Counting not being decremented correctly after message delivery, and
other persistence issues
-------------------------------------------------------------------------------------------------------
Key: QPID-366
URL: https://issues.apache.org/jira/browse/QPID-366
Project: Qpid
Issue Type: Bug
Components: Java Broker
Reporter: Rob Godfrey
For persistent messages, the reference count is not being properly decrememnted
after the message has been delivered to a client. This is causing messages to
be left in the sotre.
Futher, add the StoreContext to all methods on the store, even those that may
not be transactional in nature (e.g. getMessageMetaData) in case the store
implementation requires it.
Add more useful logging to StoreContext
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.