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


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.

Reply via email to