| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
DestinationInfo |
DestinationEvent.getDestinationInfo() |
| Constructor and Description |
|---|
DestinationEvent(DestinationSource source,
DestinationInfo destinationInfo) |
| Modifier and Type | Method and Description |
|---|---|
DestinationInfo |
DestinationInfo.copy() |
| Modifier and Type | Method and Description |
|---|---|
List<DestinationInfo> |
ConnectionState.getTempDestinations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionState.addTempDestination(DestinationInfo info) |
Response |
ConnectionStateTracker.processAddDestination(DestinationInfo info) |
Response |
CommandVisitorAdapter.processAddDestination(DestinationInfo info) |
Response |
CommandVisitor.processAddDestination(DestinationInfo info) |
Response |
ConnectionStateTracker.processRemoveDestination(DestinationInfo info) |
Response |
CommandVisitorAdapter.processRemoveDestination(DestinationInfo info) |
Response |
CommandVisitor.processRemoveDestination(DestinationInfo info) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.