Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-3119

Proxy connector stop sending messages after failover

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.4.2
    • 5.5.0
    • None
    • None

    Description

      If the proxy connector is connected to the remote broker using failover transport like

                <proxyConnector bind="tcp://localhost:51618" remote="failover:(tcp://localhost:61616)" 
                      proxyToLocalBroker="true"        
                />
      

      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

      tcp://localhost:51618?wireFormat.cacheEnabled=false

      Attachments

        Activity

          People

            dejanb Dejan Bosanac
            dejanb Dejan Bosanac
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: