Uses of Class
org.apache.activemq.command.ActiveMQTopic

Packages that use ActiveMQTopic
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 ActiveMQTopic in org.apache.activemq.advisory
 

Fields in org.apache.activemq.advisory declared as ActiveMQTopic
static ActiveMQTopic AdvisorySupport.ALL_DESTINATIONS_COMPOSITE_ADVISORY_TOPIC
           
static ActiveMQTopic AdvisorySupport.CONNECTION_ADVISORY_TOPIC
           
static ActiveMQTopic AdvisorySupport.QUEUE_ADVISORY_TOPIC
           
static ActiveMQTopic AdvisorySupport.TEMP_DESTINATION_COMPOSITE_ADVISORY_TOPIC
           
static ActiveMQTopic AdvisorySupport.TEMP_QUEUE_ADVISORY_TOPIC
           
static ActiveMQTopic AdvisorySupport.TEMP_TOPIC_ADVISORY_TOPIC
           
static ActiveMQTopic AdvisorySupport.TOPIC_ADVISORY_TOPIC
           
 

Methods in org.apache.activemq.advisory that return ActiveMQTopic
static ActiveMQTopic[] AdvisorySupport.getAllDestinationAdvisoryTopics(ActiveMQDestination destination)
           
static ActiveMQTopic[] AdvisorySupport.getAllDestinationAdvisoryTopics(javax.jms.Destination destination)
           
static ActiveMQTopic AdvisorySupport.getConnectionAdvisoryTopic()
           
static ActiveMQTopic AdvisorySupport.getConsumerAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getConsumerAdvisoryTopic(javax.jms.Destination destination)
           
static ActiveMQTopic AdvisorySupport.getDestinationAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getDestinationAdvisoryTopic(javax.jms.Destination destination)
           
static ActiveMQTopic AdvisorySupport.getExpiredMessageTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getExpiredMessageTopic(javax.jms.Destination destination)
           
static ActiveMQTopic AdvisorySupport.getExpiredQueueMessageAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getExpiredQueueMessageAdvisoryTopic(javax.jms.Destination destination)
           
static ActiveMQTopic AdvisorySupport.getExpiredTopicMessageAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getFastProducerAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getFastProducerAdvisoryTopic(javax.jms.Destination destination)
           
static ActiveMQTopic AdvisorySupport.getFullAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getFullAdvisoryTopic(javax.jms.Destination destination)
           
static ActiveMQTopic AdvisorySupport.getMasterBrokerAdvisoryTopic()
           
static ActiveMQTopic AdvisorySupport.getMessageConsumedAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getMessageConsumedAdvisoryTopic(javax.jms.Destination destination)
           
static ActiveMQTopic AdvisorySupport.getMessageDeliveredAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getMessageDeliveredAdvisoryTopic(javax.jms.Destination destination)
           
static ActiveMQTopic AdvisorySupport.getMessageDiscardedAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getMessageDiscardedAdvisoryTopic(javax.jms.Destination destination)
           
static ActiveMQTopic AdvisorySupport.getMessageDLQdAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getNetworkBridgeAdvisoryTopic()
           
static ActiveMQTopic AdvisorySupport.getNetworkBridgeForwardFailureAdvisoryTopic()
           
static ActiveMQTopic AdvisorySupport.getNoConsumersAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getNoConsumersAdvisoryTopic(javax.jms.Destination destination)
           
static ActiveMQTopic AdvisorySupport.getNoQueueConsumersAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getNoQueueConsumersAdvisoryTopic(javax.jms.Destination destination)
           
static ActiveMQTopic AdvisorySupport.getNoTopicConsumersAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getNoTopicConsumersAdvisoryTopic(javax.jms.Destination destination)
           
static ActiveMQTopic AdvisorySupport.getProducerAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getProducerAdvisoryTopic(javax.jms.Destination destination)
           
static ActiveMQTopic AdvisorySupport.getSlowConsumerAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic AdvisorySupport.getSlowConsumerAdvisoryTopic(javax.jms.Destination destination)
           
 

Methods in org.apache.activemq.advisory that return types with arguments of type ActiveMQTopic
 Set<ActiveMQTopic> DestinationSource.getTopics()
          Returns the current topics on the broker
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.