|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnhancedConnection | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.camel | Defines a JMS client which is capable of sending and receiving messages to Camel endpoints to provide Enterprise Integration Patterns integration in any JMS client application. |
org.apache.activemq.camel.component | Defines the ActiveMQ Component for Camel to provide great Enterprise Integration Patterns integration for ActiveMQ users. |
org.apache.activemq.pool | A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate. |
Uses of EnhancedConnection in org.apache.activemq |
---|
Classes in org.apache.activemq that implement EnhancedConnection | |
---|---|
class |
ActiveMQConnection
|
class |
ActiveMQXAConnection
The XAConnection interface extends the capability of Connection by providing an XASession (optional). |
Uses of EnhancedConnection in org.apache.activemq.camel |
---|
Classes in org.apache.activemq.camel that implement EnhancedConnection | |
---|---|
class |
CamelConnection
|
Uses of EnhancedConnection in org.apache.activemq.camel.component |
---|
Methods in org.apache.activemq.camel.component that return EnhancedConnection | |
---|---|
EnhancedConnection |
CamelEndpointLoader.getConnection()
|
Uses of EnhancedConnection in org.apache.activemq.pool |
---|
Classes in org.apache.activemq.pool that implement EnhancedConnection | |
---|---|
class |
PooledConnection
Represents a proxy Connection which is-a TopicConnection and
QueueConnection which is pooled and on PooledConnection.close() will return
itself to the sessionPool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |