-
Class Summary
| Class |
Description |
| ActiveMQConnectionFactory |
A Spring enhanced connection
factory which will automatically use the Spring bean name as the clientIDPrefix property
so that connections created have client IDs related to your Spring.xml file for
easier comprehension from JMX.
|
| ActiveMQConnectionFactoryFactoryBean |
A helper class for creating a failover configured ActiveMQConnectionFactory
which supports one or more TCP based hostname/ports which can all be configured in a
consistent way without too much URL hacking.
|
| ActiveMQXAConnectionFactory |
A Spring enhanced XA connection
factory which will automatically use the Spring bean name as the clientIDPrefix property
so that connections created have client IDs related to your Spring.xml file for
easier comprehension from JMX.
|
| SpringBrokerContext |
|
| SpringSslContext |
Extends the SslContext so that it's easier to configure from spring.
|
| Utils |
|
Package org.apache.activemq.spring Description
Helper classes for working with the JMS client and
Spring.