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.pool |
A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like
Spring's JmsTemplate.
|
Modifier and Type | Method and Description |
---|---|
DestinationSource |
ActiveMQConnection.getDestinationSource()
Returns the
DestinationSource object which can be used to listen to destinations
being created or destroyed or to enquire about the current destinations available on the broker |
DestinationSource |
EnhancedConnection.getDestinationSource()
Returns the
DestinationSource object which can be used to listen to destinations
being created or destroyed or to enquire about the current destinations available on the broker |
Constructor and Description |
---|
DestinationEvent(DestinationSource source,
DestinationInfo destinationInfo) |
Modifier and Type | Method and Description |
---|---|
DestinationSource |
PooledConnection.getDestinationSource() |
Copyright © 2005–2015. All rights reserved.