|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DestinationSource | |
---|---|
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. |
Uses of DestinationSource in org.apache.activemq |
---|
Methods in org.apache.activemq that return DestinationSource | |
---|---|
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 |
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 |
Uses of DestinationSource in org.apache.activemq.advisory |
---|
Constructors in org.apache.activemq.advisory with parameters of type DestinationSource | |
---|---|
DestinationEvent(DestinationSource source,
DestinationInfo destinationInfo)
|
Uses of DestinationSource in org.apache.activemq.pool |
---|
Methods in org.apache.activemq.pool that return DestinationSource | |
---|---|
DestinationSource |
PooledConnection.getDestinationSource()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |