Uses of Class
org.apache.activemq.advisory.ConsumerEvent
-
Packages that use ConsumerEvent 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 ConsumerEvent in org.apache.activemq.advisory
Subclasses of ConsumerEvent in org.apache.activemq.advisory Modifier and Type Class Description classConsumerStartedEventAn event when a new consumer has started.classConsumerStoppedEventAn event generated when a consumer stops.Methods in org.apache.activemq.advisory with parameters of type ConsumerEvent Modifier and Type Method Description protected voidConsumerEventSource. fireConsumerEvent(ConsumerEvent event)voidConsumerListener. onConsumerEvent(ConsumerEvent event)
-