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 ProducerInfo |
ActiveMQMessageProducer.info |
Modifier and Type | Method and Description |
---|---|
protected ProducerInfo |
ActiveMQMessageProducer.getProducerInfo() |
Modifier and Type | Method and Description |
---|---|
protected void |
ActiveMQMessageProducer.setProducerInfo(ProducerInfo info) |
Modifier and Type | Method and Description |
---|---|
ProducerInfo |
ProducerStartedEvent.getProducerInfo() |
Constructor and Description |
---|
ProducerStartedEvent(ProducerEventSource source,
ActiveMQDestination destination,
ProducerInfo consumerInfo,
int count) |
Modifier and Type | Method and Description |
---|---|
ProducerInfo |
ProducerInfo.copy() |
Modifier and Type | Method and Description |
---|---|
void |
ProducerInfo.copy(ProducerInfo info) |
Constructor and Description |
---|
MessageId(ProducerInfo producerInfo,
long producerSequenceId) |
Modifier and Type | Method and Description |
---|---|
ProducerInfo |
ProducerState.getInfo() |
Modifier and Type | Method and Description |
---|---|
void |
SessionState.addProducer(ProducerInfo info) |
Response |
ConnectionStateTracker.processAddProducer(ProducerInfo info) |
Response |
CommandVisitorAdapter.processAddProducer(ProducerInfo info) |
Response |
CommandVisitor.processAddProducer(ProducerInfo info) |
Constructor and Description |
---|
ProducerState(ProducerInfo info) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.