| 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.network |
Support for federated networks of brokers.
|
| Modifier and Type | Method and Description |
|---|---|
protected IdGenerator |
ActiveMQConnectionFactory.getClientIdGenerator() |
protected IdGenerator |
ActiveMQConnectionFactory.getConnectionIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ActiveMQConnectionFactory.setClientIdGenerator(IdGenerator clientIdGenerator) |
protected void |
ActiveMQConnectionFactory.setConnectionIdGenerator(IdGenerator connectionIdGenerator) |
| Constructor and Description |
|---|
ActiveMQConnection(Transport transport,
IdGenerator clientIdGenerator,
IdGenerator connectionIdGenerator,
JMSStatsImpl factoryStats)
Construct an
ActiveMQConnection |
ActiveMQXAConnection(Transport transport,
IdGenerator clientIdGenerator,
IdGenerator connectionIdGenerator,
JMSStatsImpl factoryStats) |
| Constructor and Description |
|---|
CamelConnection(Transport transport,
IdGenerator clientIdGenerator,
IdGenerator connectionIdGenerator,
JMSStatsImpl factoryStats) |
| Modifier and Type | Field and Description |
|---|---|
protected IdGenerator |
DemandForwardingBridgeSupport.idGenerator |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.