XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.3.1
    • 5.4.1, 5.4.2
    • Broker
    • None
    • Windows2k3, AMQ 5.3.1,

    Description

      I have two AMQ setup. And they use duplex network connection between. After I restart one ActiveMQ which initiates the connection, half of the message are missing. In order to avoid this problem, I have restart the other ActiveMQ. And this happens when I use "staticallyIncludedDestinations" or "dynamicallyIncludedDestinations" config in broker.

      1 SETUP:
      a) SCA server has a network connector to remote server114. In order to repeat this problem, you have to use "staticallyIncludedDestinations".

      <networkConnector name="SCA" uri="static://(https://192.168.3.114:61617)" duplex="true">
      <staticallyIncludedDestinations>
      <queue physicalName="R"/>
      </staticallyIncludedDestinations>
      </networkConnector>

      b) SCA server has a java code consumer listening on queue R:

      c) Remote server114 is listening on 61617, see config below;
      <transportConnectors>
      <transportConnector name="openwire" uri="tcp://0.0.0.0:61616"/>
      <transportConnector name="https" uri="https://0.0.0.0:61617?needClientAuth=true"/>
      </transportConnectors>
      (See attached picture "Remote-Console1.jpg".)

      2. Restart activemq on SCA server and restart consumer application listening on queue R on SCA too. Remote server114 activemq admin console shows there are two consumers on R.
      (See attached picture "Remote-Console2.jpg")

      3 Start a producer on remote server114 to send 10 messages to R. On SCA server, consumer on R only receives 5 messages.
      (See attached picture "SCA-consumer1.JPG")

      4. On remote server114 activemq admin console, these 10 messages are divided by these two consumers.
      (See attached picture "Remote-Console3.jpg")

      Attachments

        1. Remote-Console1.JPG
          56 kB
          Qingyi Gu
        2. Remote-Console2.JPG
          57 kB
          Qingyi Gu
        3. Remote-Console3.JPG
          57 kB
          Qingyi Gu
        4. SCA-consumer1.JPG
          42 kB
          Qingyi Gu
        5. test-case.txt
          9 kB
          Stanley J. Lewis
        6. test-case.txt
          15 kB
          Stanley J. Lewis

        Issue Links

          Activity

            People

              gtully Gary Tully
              qingyi Qingyi Gu
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: