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

maxInactivityDuration does not seem to work properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.0 RC2
    • 4.0 RC2
    • Connector
    • None
    • AMQ 4 03/17/2006 SNAPSHOT
      Solaris 8, 10

    • Regression

    Description

      AMQ 4 03/17/2006 SNAPSHOT

      Using maxInactivityDuration causes a connection to automatically break after the inactivity duration, even though nothing is wrong with either side of the connection.

      Tracing it through, it looks like the KeepAliveInfo command does not require a response. This means that the KeepAlive sent never results in receive activity. So, if both processes are perfectly fine, just not sending any data, the connection breaks due to InactivityMonitor.readCheck.

      I've changed KeepAliveInfo.java to return true for isResponseRequired. This seems to fix the problem, from a client perspective, anyway.

      However, if this is used for broker-to-broker connections, and you force a problem with one of the brokers (like doing pstop on Solaris), major problems will happen:

      1) The broker that is left alone seems to break the connection. But, it continues to attempt to send messages to the failed broker. It was mentioned in the forum at one point you were going to have the broker unregister subscriptions so it would not attempt to send messages to the failed broker. Doesn't seem like this is in place.

      2) If you reawaken the pstopped broker, the two brokers never really recover properly. Connections continue to get broken, over and over again.

      Attachments

        1. ASF.LICENSE.NOT.GRANTED--amq2.xml
          3 kB
          Kevin Yaussy
        2. ASF.LICENSE.NOT.GRANTED--amq1.xml
          3 kB
          Kevin Yaussy

        Activity

          People

            chirino Hiram R. Chirino
            yaussy Kevin Yaussy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: