[
https://issues.apache.org/jira/browse/AMQ-6050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher L. Shannon resolved AMQ-6050.
-----------------------------------------
Resolution: Fixed
Fix Version/s: 5.13.0
> Recreated durable after deletion in a network of brokers won't receive
> messages
> -------------------------------------------------------------------------------
>
> Key: AMQ-6050
> URL: https://issues.apache.org/jira/browse/AMQ-6050
> Project: ActiveMQ
> Issue Type: Bug
> Components: Broker
> Affects Versions: 5.12.1
> Reporter: Christopher L. Shannon
> Assignee: Christopher L. Shannon
> Fix For: 5.13.0
>
>
> When using {{dynamicallyIncludedDestinations}} with a network of brokers, if
> a durable subscription is removed, and then the same one is recreated again,
> it will no longer receive messages from a networked broker.
> The issue is that the networked broker thinks the original subscription
> demand is still there so that when it is re-created, it doesn't re-create the
> demand subscription. This happens in the createDemandSubscription method in
> DurableConduitBridge. The check for addToAlreadyInterestedConsumers is
> returning true even though there is no currently interested consumers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)