Uses of Class
org.apache.activemq.advisory.DestinationSource
-
Packages that use DestinationSource 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 -
-
Uses of DestinationSource in org.apache.activemq
Methods in org.apache.activemq that return DestinationSource Modifier and Type Method Description DestinationSourceActiveMQConnection. 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 brokerDestinationSourceEnhancedConnection. 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 DestinationSource Constructor Description DestinationEvent(DestinationSource source, DestinationInfo destinationInfo) -
Uses of DestinationSource in org.apache.activemq.pool
Methods in org.apache.activemq.pool that return DestinationSource Modifier and Type Method Description DestinationSourcePooledConnection. getDestinationSource()
-