Uses of Class
org.apache.activemq.advisory.ProducerEventSource
-
Packages that use ProducerEventSource 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 ProducerEventSource in org.apache.activemq.advisory
Methods in org.apache.activemq.advisory that return ProducerEventSource Modifier and Type Method Description ProducerEventSource
ProducerEvent. getAdvisor()
Constructors in org.apache.activemq.advisory with parameters of type ProducerEventSource Constructor Description ProducerEvent(ProducerEventSource source, Destination destination, ProducerId producerId, int producerCount)
ProducerStartedEvent(ProducerEventSource source, ActiveMQDestination destination, ProducerInfo consumerInfo, int count)
ProducerStoppedEvent(ProducerEventSource source, ActiveMQDestination destination, ProducerId consumerId, int count)
-