[ https://issues.apache.org/activemq/browse/AMQ-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marco Buss closed AMQ-1501. --------------------------- Resolution: Fixed Fix Version/s: 5.0.0 > Persitent Topic Messages will not be deletet if more then one durable > subscriber is active on topic > --------------------------------------------------------------------------------------------------- > > Key: AMQ-1501 > URL: https://issues.apache.org/activemq/browse/AMQ-1501 > Project: ActiveMQ > Issue Type: Bug > Components: Message Store > Affects Versions: 5.0.0 > Environment: windows vista, java 1.5.0_14-b03 > Reporter: Marco Buss > Fix For: 5.0.0 > > Attachments: patch.txt > > > If more then one Subsriber is listen to the topic the messages will neverbe > deleted. > The Problem is in the KahaTopicReferenceStore. At acknoledge the count for > the TopicSubAck is decremented, but the new State is not saved. So the count > is never reached 0 and so the message will never be deleted. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.