WildFly ActiveMQ-Based Messaging Subsystem Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
=Generic JMS Client with ActiveMQ=
=Generic JMS Client with ActiveMQ=


Also see:
{{Internal|Generic JMS Client with EAP/ActiveMQ|Generic JMS Client with EAP/ActiveMQ}}
 
{{Internal|WildFly_HornetQ-Based_Messaging_Subsystem_Concepts#Generic_JMS_Client_with_HornetQ|Generic JMS Client with HornetQ}}
 
==Classpath==
 
The classes required by the remoting and ActiveMQ client-side logic are available in <tt>$JBOSS_HOME/bin/client/jboss-client.jar</tt> so an EAP7/ActiveMQ client typically includes that JAR on its classpath.

Revision as of 21:03, 7 February 2017

Internal

Overview

Applies to EAP 7.* and newer.

Generic JMS Client with ActiveMQ

Generic JMS Client with EAP/ActiveMQ