Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-25464

(7.4.z) Migration tool cannot add default module on JMS bridge on EAP 6.4 to EAP 7.4 migration

XMLWordPrintable

      Summary: Migrating JMS Bridge from 6.4 environment to 7.4 will always fails given its absence of module.
      Reproduction: Bellow cannot be migrated without module="org.apache.activemq.artemis"; upon addition of that, it works.

      <jms-bridge name="fbtilot-monitorQueue-bridge">
                          <source>
                              <connection-factory name="/ConnectionFactory"/>
                              <destination name="/queue/MonitorQueue"/>
                          </source>
                          <target>
                              <connection-factory name="/jms/RemoteConnectionFactory"/>
                              <destination name="/queue/MonitorQueue"/>
                              <user>bridge</user>
                              <password>jmsbr!dge1</password>
                              <context>
                                  <property key="java.naming.factory.initial" value="org.jboss.naming.remote.client.InitialContextFactory"/>
                                  <property key="java.naming.provider.url" value="remote://192.168.1.1:4447,remote://192.168.1.2:4447"/>
                                  <property key="java.naming.security.principal" value="bridge"/>
                                  <property key="java.naming.security.credentials" value="jmsbr!dge1"/>
                              </context>
                          </target>
                          <quality-of-service>AT_MOST_ONCE</quality-of-service>
                          <failure-retry-interval>10000</failure-retry-interval>
                          <max-retries>-1</max-retries>
                          <max-batch-size>500</max-batch-size>
                          <max-batch-time>500</max-batch-time>
                          <add-messageID-in-header>true</add-messageID-in-header>
                      </jms-bridge> 
      

      Workaround: Adding manually module="org.apache.activemq.artemis" on the configuration the migration works.

            ehugonne1@redhat.com Emmanuel Hugonnet
            ehugonne1@redhat.com Emmanuel Hugonnet
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: