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

Bridge fails and reconnect while remoting service through NOB configuration

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 5.15.9
    • None
    • Network of Brokers
    • None
    • Tested on my laptop W7

      JDK Oracle 1.8

    Description

      Hi guys,

      I'm facing a very strange problem. I tested multiple versions of ACTIVEMQ and I'm still seeing this issue on 5.15.9.

      The setup is the following.

      I have component which exposes a service interface with one basic method which only perform a println. The exporter reads either a queue or a topic to perform the service call and answers back to consumer to a topic / or queue depending on the consumer strategy (we use JMSReply concept)

      I have a component consuming the service method using a proxy that connects the topic or queue for the acknowledgement of the service call and writes the RPC on the queue or topic to the service. Service call is synchronous.

      I'm using a network of broker with two brokers.

      I'm voluntary connecting the service provider on Broker 1 and the service consumer on Broker 2 to test the message forwarding in between the two. I'm performing 2000 service calls.

      Setup 1: If I ONLY configure a full duplex bridge from B1 to B2, the test passes.

      Setup 2: If I configure two full duplex bridges from B1 to B2 and from B2 to B1 (which I don't known if it's recommended), the test passes but I'm observing network bridges disconnecting and reconnecting during the stress test.

      Setup 3: If I only configure two half duplex bridge from B1 to B2 and from B2 to B1, the test fails after some calls. I see also my network bridge disconnecting and reconnecting during the stress test

      Do you have an idea of what is going wrong ?

      Attachments

        Activity

          People

            Unassigned Unassigned
            dbrondy Denis BRONDY
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: