Package | Description |
---|---|
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
Apache 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQConnection |
class |
ActiveMQXAConnection
The XAConnection interface extends the capability of Connection by providing
an XASession (optional).
|
Modifier and Type | Class and Description |
---|---|
class |
CamelConnection |
Modifier and Type | Method and Description |
---|---|
EnhancedConnection |
CamelEndpointLoader.getConnection() |
Modifier and Type | Class and Description |
---|---|
class |
PooledConnection
Represents a proxy
Connection which is-a TopicConnection and
QueueConnection which is pooled and on PooledConnection.close() will return
its reference to the ConnectionPool backing it. |
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.