[
https://issues.apache.org/activemq/browse/AMQ-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58430#action_58430
]
Gary Tully commented on AMQ-1112:
---------------------------------
This fix only applies to queues. Topics are a different matter as there is only
persistence when there are durable consumers. there are pending message limit
strategies that control the build up of messages for slow consumers. See:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/UnlimitedEnqueueTest.java?view=markup
for an example.
> remove expired messages from Store and update Message cursors
> -------------------------------------------------------------
>
> Key: AMQ-1112
> URL: https://issues.apache.org/activemq/browse/AMQ-1112
> Project: ActiveMQ
> Issue Type: Bug
> Components: Broker
> Affects Versions: 5.0.0
> Reporter: Rob Davies
> Assignee: Gary Tully
> Fix For: 5.3.1, 5.4.0
>
>
> Ensure messages that are expired are removed from message store and message
> cursrors are also updated consistently
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.