WildFly ActiveMQ-Based Messaging Subsystem Concepts
Jump to navigation
Jump to search
Internal
Overview
Applies to EAP 7.* and newer.
Generic JMS Client with ActiveMQ
Resource Adapter
The ActiveMQ JMS provider is exposed as a resource adapter to the applications deployed within the application server. The relevant configuration is:
<subsystem xmlns="urn:jboss:domain:messaging-activemq:..."> <server name="default"> <pooled-connection-factory name="activemq-ra" transaction="xa" connectors="in-vm" entries="java:/JmsXA java:jboss/DefaultJMSConnectionFactory"/> </server> </subsystem>