Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.command |
Command objects used via the Command Pattern to communicate among nodes
|
Modifier and Type | Field and Description |
---|---|
ConcurrentMap<ActiveMQTempDestination,ActiveMQTempDestination> |
ActiveMQConnection.activeTempDestinations |
ConcurrentMap<ActiveMQTempDestination,ActiveMQTempDestination> |
ActiveMQConnection.activeTempDestinations |
Modifier and Type | Method and Description |
---|---|
protected ActiveMQTempDestination |
ActiveMQConnection.createTempDestination(boolean topic)
Create the DestinationInfo object for the temporary destination.
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQConnection.deleteTempDestination(ActiveMQTempDestination destination) |
boolean |
ActiveMQMessageConsumer.isInUse(ActiveMQTempDestination destination) |
boolean |
ActiveMQSession.isInUse(ActiveMQTempDestination destination) |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQTempQueue |
class |
ActiveMQTempTopic |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.