1 Reply Latest reply on May 22, 2018 9:27 AM by mnovak

    JMS bridge configuration for distributed queue

    mitul.vora

      Hi,

       

      We are configuring jms bridge from weblogic as source to wildfly as destination where in weblogic we have distributed queue but we have to configure alll the queues of distributed queue into for listening to each queue. In case of weblogic as destination and wildfly as source we can send message to distributed queue and message reaches to desalinated queue.

       

      Pl help how can i configure distributed queue in wildfly.

        • 1. Re: JMS bridge configuration for distributed queue
          mnovak

          It's very simple. Just start 2 Wildfly servers with standalone-full-ha.xml config and to both of the servers add jms-queue using CLI like:

          /subsystem=messaging-activemq/server=default/jms-queue=targetQueue:add(entries=["java:jboss/exported/jms/queue/targetQueue","java:/jms/queue/targetQueue"]

           

          Don't forget to specify -Djboss.messaging.cluster.password=<your-password> to the same value when starting the servers like (it's used when Artemis is forming cluster) otherwise cluster does not form up:

          sh standalone.sh -c standalone-full-ha.xml -Djboss.messaging.cluster.password=myPass