Uses of Class
org.apache.activemq.advisory.DestinationSource
Packages that use DestinationSource
Package
Description
The core JMS client API implementation classes.
Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.
-
Uses of DestinationSource in org.apache.activemq
Methods in org.apache.activemq that return DestinationSourceModifier and TypeMethodDescriptionActiveMQConnection.getDestinationSource()Returns theDestinationSourceobject which can be used to listen to destinations being created or destroyed or to enquire about the current destinations available on the brokerEnhancedConnection.getDestinationSource()Returns theDestinationSourceobject 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 DestinationSourceModifierConstructorDescriptionDestinationEvent(DestinationSource source, DestinationInfo destinationInfo)