Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.advisory |
Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.
|
org.apache.activemq.command |
Command objects used via the Command Pattern to communicate among nodes
|
org.apache.activemq.state |
Modifier and Type | Field and Description |
---|---|
protected ConsumerInfo |
ActiveMQMessageConsumer.info |
Modifier and Type | Method and Description |
---|---|
ConsumerInfo |
ActiveMQConnectionConsumer.getConsumerInfo() |
Constructor and Description |
---|
ActiveMQConnectionConsumer(ActiveMQConnection theConnection,
ServerSessionPool theSessionPool,
ConsumerInfo theConsumerInfo)
Create a ConnectionConsumer
|
Modifier and Type | Method and Description |
---|---|
ConsumerInfo |
ConsumerStartedEvent.getConsumerInfo() |
Constructor and Description |
---|
ConsumerStartedEvent(ConsumerEventSource source,
ActiveMQDestination destination,
ConsumerInfo consumerInfo,
int count) |
Modifier and Type | Method and Description |
---|---|
ConsumerInfo |
ConsumerInfo.copy() |
Modifier and Type | Method and Description |
---|---|
void |
MessagePull.configure(ConsumerInfo info)
Configures a message pull from the consumer information
|
void |
ConsumerInfo.copy(ConsumerInfo info) |
Constructor and Description |
---|
NetworkBridgeFilter(ConsumerInfo consumerInfo,
BrokerId networkBrokerId,
int messageTTL,
int consumerTTL) |
Modifier and Type | Method and Description |
---|---|
ConsumerInfo |
ConsumerState.getInfo() |
Modifier and Type | Method and Description |
---|---|
Map<ConsumerId,ConsumerInfo> |
ConnectionState.getRecoveringPullConsumers() |
Modifier and Type | Method and Description |
---|---|
void |
SessionState.addConsumer(ConsumerInfo info) |
Response |
ConnectionStateTracker.processAddConsumer(ConsumerInfo info) |
Response |
CommandVisitorAdapter.processAddConsumer(ConsumerInfo info) |
Response |
CommandVisitor.processAddConsumer(ConsumerInfo info) |
Constructor and Description |
---|
ConsumerState(ConsumerInfo info) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.