[
https://issues.apache.org/activemq/browse/AMQ-2870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Tully resolved AMQ-2870.
-----------------------------
Resolution: Fixed
fix committed in r985993 - unmatched messages are now acked immediately by a
durable sub.
> Messages that don't match a message selector for a durable subscription are
> stored causing the persistent store to eventually fill up
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AMQ-2870
> URL: https://issues.apache.org/activemq/browse/AMQ-2870
> Project: ActiveMQ
> Issue Type: Bug
> Components: Broker
> Affects Versions: 5.3.2
> Reporter: Gary Tully
> Assignee: Gary Tully
> Fix For: 5.4.1
>
>
> With a durable sub, ack entries are created on a message send for each
> durable sub, but if the durable sub does not match the message due to a
> selector, the message remains unacked, pending, such that is can fill up the
> store. Any unmatched message should be acked immediately.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.