[
https://issues.apache.org/jira/browse/QPID-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636594#action_12636594
]
Rob Godfrey commented on QPID-1314:
-----------------------------------
Long term we should move to "isPersistent && queue.isDurable" for both enqueue
and dequeue since otherwise you get messages being left in the store attached
to queues which no longer exist.
In the short term given the way that some of our stores behave, it may be safer
to just test the message delivery mode
> Some persistent messages are not removed from the store properly
> ----------------------------------------------------------------
>
> Key: QPID-1314
> URL: https://issues.apache.org/jira/browse/QPID-1314
> Project: Qpid
> Issue Type: Bug
> Components: Java Broker
> Affects Versions: M4
> Reporter: Aidan Skinner
> Assignee: Martin Ritchie
> Fix For: M4
>
>
> Messages are persisted to the store with isPersistent(). They are removed
> with isPersistent && isDurable. This is incorrect.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.