|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActiveMQConnectionFactory | |
|---|---|
| org.apache.activemq | The core JMS client API implementation classes. |
| org.apache.activemq.jndi | JNDI support classes |
| org.apache.activemq.network.jms | Support for a federated network using a foreign JMS provider. |
| org.apache.activemq.spring | Helper classes for working with the JMS client and Spring. |
| Uses of ActiveMQConnectionFactory in org.apache.activemq |
|---|
| Subclasses of ActiveMQConnectionFactory in org.apache.activemq | |
|---|---|
class |
ActiveMQSslConnectionFactory
An ActiveMQConnectionFactory that allows access to the key and trust managers used for SslConnections. |
class |
ActiveMQXAConnectionFactory
A factory of XAConnection instances |
| Methods in org.apache.activemq that return ActiveMQConnectionFactory | |
|---|---|
ActiveMQConnectionFactory |
ActiveMQConnectionFactory.copy()
Returns a copy of the given connection factory |
| Uses of ActiveMQConnectionFactory in org.apache.activemq.jndi |
|---|
| Methods in org.apache.activemq.jndi that return ActiveMQConnectionFactory | |
|---|---|
protected ActiveMQConnectionFactory |
ActiveMQInitialContextFactory.createConnectionFactory(Hashtable environment)
Factory method to create a new connection factory from the given environment |
protected ActiveMQConnectionFactory |
ActiveMQInitialContextFactory.createConnectionFactory(String name,
Hashtable environment)
|
| Uses of ActiveMQConnectionFactory in org.apache.activemq.network.jms |
|---|
| Fields in org.apache.activemq.network.jms declared as ActiveMQConnectionFactory | |
|---|---|
protected ActiveMQConnectionFactory |
JmsConnector.embeddedConnectionFactory
|
| Uses of ActiveMQConnectionFactory in org.apache.activemq.spring |
|---|
| Subclasses of ActiveMQConnectionFactory in org.apache.activemq.spring | |
|---|---|
class |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||