Search code examples
javajakarta-eeactivemq-classicwildflywildfly-8

Wildfly activemq integration - messaging subsystem


I am integrating activemq in wildfly and following this guide

  • If I define resource-adapter for activemq standalone-full-ha.xml, shall I leave 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.


Solution

  • I have removed messaging subsystem.

    ConnectionFactory under resource-adapter subsystem becomes the default value of jms-connection-factory under ee subsystem.

    For ex: jms-connection-factory="java:/ActiveMQ/QueueConnectionFactory"