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.
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"