Broker losing messages in a NoB while disconnected
--------------------------------------------------

                 Key: AMQ-3413
                 URL: https://issues.apache.org/jira/browse/AMQ-3413
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker, Transport
    Affects Versions: 5.5.0
         Environment: CentOS 5.6, x86_64
            Reporter: Andreas Calvo


When a broker gets disconnected from the network (I.E. power down network 
infrastructure) messages sent during this period are lost.

Example:
Client 1 <-> Broker A <--> Broker B <--> Broker C <-> Client 2

Client 1 and 2 create a producer to send message to a Topic.
Client 1 and 2 create a durable subscriber to the Topic.

If Broker A gets disconnected (unplugged from the network), during the first 
maxInactivityDuration ms messages are lost. Once it detects the dead broker, 
those messages are not lost, meaning that when Broker A reconnects to the 
network it gets starting from those messages.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to