1 Reply Latest reply on Aug 25, 2015 10:46 AM by jbertram

    Wildfly 9 activemq integration - messaging subsystem

    sumanthreddybandi

      I am integrating activemq in wildfly 9 and following this guide

      It didn't talk about existing messaging subsystem.

      • If I define resource-adapter for activemq standalone-full-ha.xml, shall I leave the messaging subsystem (default settings hornetq) as it is or do I need to remove messaging subsystem?
      • If I remove messaging subsystem, what will be the value of jms-connection-factory under default-bindings of ee subsystem?

      Any help will be appreciated.

        • 1. Re: Wildfly 9 activemq integration - messaging subsystem
          jbertram

          If I define resource-adapter for activemq standalone-full-ha.xml, shall I leave the messaging subsystem (default settings hornetq) as it is or do I need to remove messaging subsystem?

          That depends on whether or not you want to run the local HornetQ instance.  You can leave it there if you want, but you don't have to.

           

          If I remove messaging subsystem, what will be the value of jms-connection-factory under default-bindings of ee subsystem?

          It would be the JNDI name of a suitable JMS connection factory from the ActiveMQ JCA RA.

          1 of 1 people found this helpful