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 class
ProducerStartedEvent
An event when a new consumer has started.class
ProducerStoppedEvent
An event generated when a consumer stops.Methods in org.apache.activemq.advisory with parameters of type ProducerEvent Modifier and Type Method Description protected void
ProducerEventSource. fireProducerEvent(ProducerEvent event)
void
ProducerListener. onProducerEvent(ProducerEvent event)
-