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 2011/01/10 14:32:48 UTC

[jira] Resolved: (AMQ-3119) Proxy connector stop sending messages after failover

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

Dejan Bosanac resolved AMQ-3119.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.5.0

Fixed with svn revision 1057186

> Proxy connector stop sending messages after failover
> ----------------------------------------------------
>
>                 Key: AMQ-3119
>                 URL: https://issues.apache.org/jira/browse/AMQ-3119
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.4.2
>            Reporter: Dejan Bosanac
>            Assignee: Dejan Bosanac
>             Fix For: 5.5.0
>
>
> If the proxy connector is connected to the remote broker using failover transport like 
> {code}
>           <proxyConnector bind="tcp://localhost:51618" remote="failover:(tcp://localhost:61616)" 
>                 proxyToLocalBroker="true"        
>           />
> {code}
> and the connection to the remote broker is stopped and started again, the consumer listening to the proxy port will stop receiving messages.
> However, if openwire cache is disabled on the consumer side, everything works as expected
> {code}tcp://localhost:51618?wireFormat.cacheEnabled=false{code}

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