org.apache.activemq.advisory
Class AdvisorySupport

java.lang.Object
  extended by org.apache.activemq.advisory.AdvisorySupport

public class AdvisorySupport
extends java.lang.Object


Field Summary
static java.lang.String ADIVSORY_MESSAGE_TYPE
           
static java.lang.String ADVISORY_TOPIC_PREFIX
           
static java.lang.String AGENT_TOPIC_PREFIX
           
static ActiveMQTopic CONNECTION_ADVISORY_TOPIC
           
static java.lang.String CONSUMER_ADVISORY_TOPIC_PREFIX
           
static java.lang.String EXPIRED_QUEUE_MESSAGES_TOPIC_PREFIX
           
static java.lang.String EXPIRED_TOPIC_MESSAGES_TOPIC_PREFIX
           
static java.lang.String NO_QUEUE_CONSUMERS_TOPIC_PREFIX
           
static java.lang.String NO_TOPIC_CONSUMERS_TOPIC_PREFIX
           
static java.lang.String PRODUCER_ADVISORY_TOPIC_PREFIX
           
static ActiveMQTopic QUEUE_ADVISORY_TOPIC
           
static java.lang.String QUEUE_CONSUMER_ADVISORY_TOPIC_PREFIX
           
static java.lang.String QUEUE_PRODUCER_ADVISORY_TOPIC_PREFIX
           
static ActiveMQTopic TEMP_DESTINATION_COMPOSITE_ADVISORY_TOPIC
           
static ActiveMQTopic TEMP_QUEUE_ADVISORY_TOPIC
           
static ActiveMQTopic TEMP_TOPIC_ADVISORY_TOPIC
           
static ActiveMQTopic TOPIC_ADVISORY_TOPIC
           
static java.lang.String TOPIC_CONSUMER_ADVISORY_TOPIC_PREFIX
           
static java.lang.String TOPIC_PRODUCER_ADVISORY_TOPIC_PREFIX
           
 
Constructor Summary
AdvisorySupport()
           
 
Method Summary
static javax.jms.Destination getAgentDestination(java.lang.String brokerName)
           
static ActiveMQTopic getConnectionAdvisoryTopic()
           
static ActiveMQTopic getConsumerAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic getDestinationAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic getExpiredQueueMessageAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic getExpiredTopicMessageAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic getNoQueueConsumersAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic getNoTopicConsumersAdvisoryTopic(ActiveMQDestination destination)
           
static ActiveMQTopic getProducerAdvisoryTopic(ActiveMQDestination destination)
           
static boolean isAdvisoryTopic(ActiveMQDestination destination)
           
static boolean isConnectionAdvisoryTopic(ActiveMQDestination destination)
           
static boolean isConsumerAdvisoryTopic(ActiveMQDestination destination)
           
static boolean isDestinationAdvisoryTopic(ActiveMQDestination destination)
           
static boolean isProducerAdvisoryTopic(ActiveMQDestination destination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADVISORY_TOPIC_PREFIX

public static final java.lang.String ADVISORY_TOPIC_PREFIX
See Also:
Constant Field Values

CONNECTION_ADVISORY_TOPIC

public static final ActiveMQTopic CONNECTION_ADVISORY_TOPIC

QUEUE_ADVISORY_TOPIC

public static final ActiveMQTopic QUEUE_ADVISORY_TOPIC

TOPIC_ADVISORY_TOPIC

public static final ActiveMQTopic TOPIC_ADVISORY_TOPIC

TEMP_QUEUE_ADVISORY_TOPIC

public static final ActiveMQTopic TEMP_QUEUE_ADVISORY_TOPIC

TEMP_TOPIC_ADVISORY_TOPIC

public static final ActiveMQTopic TEMP_TOPIC_ADVISORY_TOPIC

PRODUCER_ADVISORY_TOPIC_PREFIX

public static final java.lang.String PRODUCER_ADVISORY_TOPIC_PREFIX
See Also:
Constant Field Values

QUEUE_PRODUCER_ADVISORY_TOPIC_PREFIX

public static final java.lang.String QUEUE_PRODUCER_ADVISORY_TOPIC_PREFIX
See Also:
Constant Field Values

TOPIC_PRODUCER_ADVISORY_TOPIC_PREFIX

public static final java.lang.String TOPIC_PRODUCER_ADVISORY_TOPIC_PREFIX
See Also:
Constant Field Values

CONSUMER_ADVISORY_TOPIC_PREFIX

public static final java.lang.String CONSUMER_ADVISORY_TOPIC_PREFIX
See Also:
Constant Field Values

QUEUE_CONSUMER_ADVISORY_TOPIC_PREFIX

public static final java.lang.String QUEUE_CONSUMER_ADVISORY_TOPIC_PREFIX
See Also:
Constant Field Values

TOPIC_CONSUMER_ADVISORY_TOPIC_PREFIX

public static final java.lang.String TOPIC_CONSUMER_ADVISORY_TOPIC_PREFIX
See Also:
Constant Field Values

EXPIRED_TOPIC_MESSAGES_TOPIC_PREFIX

public static final java.lang.String EXPIRED_TOPIC_MESSAGES_TOPIC_PREFIX
See Also:
Constant Field Values

EXPIRED_QUEUE_MESSAGES_TOPIC_PREFIX

public static final java.lang.String EXPIRED_QUEUE_MESSAGES_TOPIC_PREFIX
See Also:
Constant Field Values

NO_TOPIC_CONSUMERS_TOPIC_PREFIX

public static final java.lang.String NO_TOPIC_CONSUMERS_TOPIC_PREFIX
See Also:
Constant Field Values

NO_QUEUE_CONSUMERS_TOPIC_PREFIX

public static final java.lang.String NO_QUEUE_CONSUMERS_TOPIC_PREFIX
See Also:
Constant Field Values

AGENT_TOPIC_PREFIX

public static final java.lang.String AGENT_TOPIC_PREFIX
See Also:
Constant Field Values

ADIVSORY_MESSAGE_TYPE

public static final java.lang.String ADIVSORY_MESSAGE_TYPE
See Also:
Constant Field Values

TEMP_DESTINATION_COMPOSITE_ADVISORY_TOPIC

public static final ActiveMQTopic TEMP_DESTINATION_COMPOSITE_ADVISORY_TOPIC
Constructor Detail

AdvisorySupport

public AdvisorySupport()
Method Detail

getConnectionAdvisoryTopic

public static ActiveMQTopic getConnectionAdvisoryTopic()

getConsumerAdvisoryTopic

public static ActiveMQTopic getConsumerAdvisoryTopic(ActiveMQDestination destination)

getProducerAdvisoryTopic

public static ActiveMQTopic getProducerAdvisoryTopic(ActiveMQDestination destination)

getExpiredTopicMessageAdvisoryTopic

public static ActiveMQTopic getExpiredTopicMessageAdvisoryTopic(ActiveMQDestination destination)

getExpiredQueueMessageAdvisoryTopic

public static ActiveMQTopic getExpiredQueueMessageAdvisoryTopic(ActiveMQDestination destination)

getNoTopicConsumersAdvisoryTopic

public static ActiveMQTopic getNoTopicConsumersAdvisoryTopic(ActiveMQDestination destination)

getNoQueueConsumersAdvisoryTopic

public static ActiveMQTopic getNoQueueConsumersAdvisoryTopic(ActiveMQDestination destination)

getDestinationAdvisoryTopic

public static ActiveMQTopic getDestinationAdvisoryTopic(ActiveMQDestination destination)

isDestinationAdvisoryTopic

public static boolean isDestinationAdvisoryTopic(ActiveMQDestination destination)

isAdvisoryTopic

public static boolean isAdvisoryTopic(ActiveMQDestination destination)

isConnectionAdvisoryTopic

public static boolean isConnectionAdvisoryTopic(ActiveMQDestination destination)

isProducerAdvisoryTopic

public static boolean isProducerAdvisoryTopic(ActiveMQDestination destination)

isConsumerAdvisoryTopic

public static boolean isConsumerAdvisoryTopic(ActiveMQDestination destination)

getAgentDestination

public static javax.jms.Destination getAgentDestination(java.lang.String brokerName)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.