Package org.apache.activemq.advisory

Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.

See:
          Description

Interface Summary
ConsumerListener Listen to the changes in the number of active consumers available for a given destination.
ProducerListener Listen to the changes in the number of active consumers available for a given destination.
 

Class Summary
AdvisoryBroker This broker filter handles tracking the state of the broker for purposes of publishing advisory messages to advisory consumers.
AdvisorySupport  
ConsumerEvent An event when the number of consumers on a given destination changes.
ConsumerEventSource An object which can be used to listen to the number of active consumers available on a given destination.
ConsumerStartedEvent An event when a new consumer has started.
ConsumerStoppedEvent An event generated when a consumer stops.
ProducerEvent An event when the number of producers on a given destination changes.
ProducerEventSource An object which can be used to listen to the number of active consumers available on a given destination.
ProducerStartedEvent An event when a new consumer has started.
ProducerStoppedEvent An event generated when a consumer stops.
 

Package org.apache.activemq.advisory Description

Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.



Copyright © 2010 Apache Software Foundation. All Rights Reserved.