Uses of Class
org.apache.activemq.advisory.ProducerEventSource
Packages that use ProducerEventSource
Package
Description
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 ProducerEventSourceConstructors in org.apache.activemq.advisory with parameters of type ProducerEventSourceModifierConstructorDescriptionProducerEvent(ProducerEventSource source, jakarta.jms.Destination destination, ProducerId producerId, int producerCount) ProducerStartedEvent(ProducerEventSource source, ActiveMQDestination destination, ProducerInfo consumerInfo, int count) ProducerStoppedEvent(ProducerEventSource source, ActiveMQDestination destination, ProducerId consumerId, int count)