WildFly ActiveMQ-Based Messaging Subsystem Concepts

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Applies to EAP 7.* and newer.

Generic JMS Client with ActiveMQ

Generic JMS Client with EAP/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>