Uses of Class
org.apache.activemq.advisory.ConsumerEventSource
Packages that use ConsumerEventSource
Package
Description
Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.
-
Uses of ConsumerEventSource in org.apache.activemq.advisory
Methods in org.apache.activemq.advisory that return ConsumerEventSourceConstructors in org.apache.activemq.advisory with parameters of type ConsumerEventSourceModifierConstructorDescriptionConsumerEvent(ConsumerEventSource source, jakarta.jms.Destination destination, ConsumerId consumerId, int consumerCount) ConsumerStartedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerInfo consumerInfo, int count) ConsumerStoppedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerId consumerId, int count)