Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-2635

Cross network clustering in Kubernetes not working

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • 2.11.0
    • None
    • Broker
    • None

    Description

      Hi,

       

      I am trying to setup a cross region clustering in 2 separate kubernetes clusters in both regions. I've used a static connector to connect to the remote node on both sides. Although they are able to find each other, they are not forming a cluster. Can anyone explain me why this is not working and how the clustered parties share information for forming clusters?

       

      Here are the configurations:

       

      <connectors>
           <connector name="netty-connector">tcp://10.199.249.236:61616</connector>
           <connector name="remote-connector">tcp://10.199.253.236:61616</connector>
      </connectors>

      ....

      <cluster-connections>
      <cluster-connection name="artemis-cluster">
      <connector-ref>netty-connector</connector-ref>
      <retry-interval>2000</retry-interval>
      <use-duplicate-detection>true</use-duplicate-detection>
      <message-load-balancing>STRICT</message-load-balancing>
      <max-hops>1</max-hops>

      <static-connectors>
          <connector-ref>remote-connector</connector-ref>
      </static-connectors>

      </cluster-connection>
      </cluster-connections>

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            akrepon Yasin Koyuncu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: