You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2010/11/08 18:53:01 UTC

[jira] Resolved: (AMQ-3020) Message is lost while browsing composite queues over the network

     [ https://issues.apache.org/activemq/browse/AMQ-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac resolved AMQ-3020.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.5.0

Fixed with svn revision 1032647

The problem is that browsers are propagated through the network and with a full-mesh configuration and statically included destination, that could lead to duplicate message delivery attempts. Those attempts are rejected by the kahadb store (with "Duplicate message add attempt rejected.", and store and cursor goes out of the sync).

The solution is to suppress propagation of browser subscriptions over the network as they generally doesn't make much sense.

> Message is lost while browsing composite queues over the network
> ----------------------------------------------------------------
>
>                 Key: AMQ-3020
>                 URL: https://issues.apache.org/activemq/browse/AMQ-3020
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.4.1
>            Reporter: Dejan Bosanac
>            Assignee: Dejan Bosanac
>             Fix For: 5.5.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.