[
https://issues.apache.org/activemq/browse/AMQ-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Tully reopened AMQ-2695:
-----------------------------
The existing solution can be improved from a performance perspective using the
changes in https://issues.apache.org/activemq/browse/AMQ-2985.
The index, via acklocations contains all of the matched messages so the
selectors need not be rerun to determine the available message count etc.
> Invalid messages in the pending queue of durable subscriptions.
> ---------------------------------------------------------------
>
> Key: AMQ-2695
> URL: https://issues.apache.org/activemq/browse/AMQ-2695
> Project: ActiveMQ
> Issue Type: Bug
> Components: Broker
> Affects Versions: 5.3.1
> Reporter: Akos Baraz
> Assignee: Dejan Bosanac
> Fix For: 5.4.0
>
> Attachments: SubscriptionSelectorTest.java
>
>
> Invalid messages appear in the pending queue of the durable subscriptions
> (with message selector) right after broker restart. These invalid messages
> are blocking the delivery of the newly produced ones.
> As I see all messages appear in the pending queue what are produced on the
> topic (ever!!!) even if does not fulfills the selector.
> Please, check my test case!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.