Uses of Class
org.apache.activemq.advisory.ProducerEvent
-
Packages that use ProducerEvent 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 ProducerEvent in org.apache.activemq.advisory
Subclasses of ProducerEvent in org.apache.activemq.advisory Modifier and Type Class Description classProducerStartedEventAn event when a new consumer has started.classProducerStoppedEventAn event generated when a consumer stops.Methods in org.apache.activemq.advisory with parameters of type ProducerEvent Modifier and Type Method Description protected voidProducerEventSource. fireProducerEvent(ProducerEvent event)voidProducerListener. onProducerEvent(ProducerEvent event)
-