Uses of Class
org.apache.activemq.advisory.ConsumerEventSource
-
Packages that use ConsumerEventSource Package Description org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available. -
-
Uses of ConsumerEventSource in org.apache.activemq.advisory
Methods in org.apache.activemq.advisory that return ConsumerEventSource Modifier and Type Method Description ConsumerEventSource
ConsumerEvent. getAdvisor()
Constructors in org.apache.activemq.advisory with parameters of type ConsumerEventSource Constructor Description ConsumerEvent(ConsumerEventSource source, Destination destination, ConsumerId consumerId, int consumerCount)
ConsumerStartedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerInfo consumerInfo, int count)
ConsumerStoppedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerId consumerId, int count)
-