Uses of Class
org.apache.activemq.command.ActiveMQTopic
-
Packages that use ActiveMQTopic Package Description org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.view Broker Plugins for visualising the current systemorg.apache.activemq.console.filter org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messagingorg.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface.org.apache.activemq.store.kahadb org.apache.activemq.store.memory VM based implementation of message persistence -
-
Uses of ActiveMQTopic in org.apache.activemq.advisory
Fields in org.apache.activemq.advisory declared as ActiveMQTopic Modifier and Type Field Description 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 types with arguments of type ActiveMQTopic Modifier and Type Method Description Set<ActiveMQTopic>
DestinationSource. getTopics()
Returns the current topics on the brokerMethods in org.apache.activemq.advisory with parameters of type ActiveMQTopic Modifier and Type Method Description protected void
AdvisoryBroker. fireAdvisory(ConnectionContext context, ActiveMQTopic topic, Command command)
protected void
AdvisoryBroker. fireAdvisory(ConnectionContext context, ActiveMQTopic topic, Command command, ConsumerId targetConsumerId)
void
AdvisoryBroker. fireAdvisory(ConnectionContext context, ActiveMQTopic topic, Command command, ConsumerId targetConsumerId, ActiveMQMessage advisoryMessage)
protected void
AdvisoryBroker. fireConsumerAdvisory(ConnectionContext context, ActiveMQDestination consumerDestination, ActiveMQTopic topic, Command command)
protected void
AdvisoryBroker. fireConsumerAdvisory(ConnectionContext context, ActiveMQDestination consumerDestination, ActiveMQTopic topic, Command command, ConsumerId targetConsumerId)
protected void
AdvisoryBroker. fireProducerAdvisory(ConnectionContext context, ActiveMQDestination producerDestination, ActiveMQTopic topic, Command command)
protected void
AdvisoryBroker. fireProducerAdvisory(ConnectionContext context, ActiveMQDestination producerDestination, ActiveMQTopic topic, Command command, ConsumerId targetConsumerId)
-
Uses of ActiveMQTopic in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region with parameters of type ActiveMQTopic Modifier and Type Method Description abstract SubscriptionInfo[]
DestinationFactory. getAllDurableSubscriptions(ActiveMQTopic topic)
Lists all the durable subscirptions for a given destination.SubscriptionInfo[]
DestinationFactoryImpl. getAllDurableSubscriptions(ActiveMQTopic topic)
-
Uses of ActiveMQTopic in org.apache.activemq.broker.view
Methods in org.apache.activemq.broker.view that return types with arguments of type ActiveMQTopic Modifier and Type Method Description Set<ActiveMQTopic>
MessageBrokerView. getTopics()
Retrieve a set of all Topics be used by the Broker -
Uses of ActiveMQTopic in org.apache.activemq.console.filter
Methods in org.apache.activemq.console.filter with parameters of type ActiveMQTopic Modifier and Type Method Description protected List
AmqMessagesQueryFilter. queryMessages(ActiveMQTopic topic, String selector)
Query the messages of a topic destination using a message consumer -
Uses of ActiveMQTopic in org.apache.activemq.store
Methods in org.apache.activemq.store that return types with arguments of type ActiveMQTopic Modifier and Type Method Description static List<ActiveMQTopic>
PersistenceAdapterSupport. listTopics(PersistenceAdapter adapter)
Provides a means of querying the persistence adapter for a list of ActiveMQTopic instances.static List<ActiveMQTopic>
PersistenceAdapterSupport. listTopics(PersistenceAdapter adapter, PersistenceAdapterSupport.DestinationMatcher matcher)
Provides a means of querying the persistence adapter for a list of ActiveMQTopic instances that match some given search criteria.Methods in org.apache.activemq.store with parameters of type ActiveMQTopic Modifier and Type Method Description TopicMessageStore
PersistenceAdapter. createTopicMessageStore(ActiveMQTopic destination)
Factory method to create a new topic message store with the given destination namevoid
PersistenceAdapter. removeTopicMessageStore(ActiveMQTopic destination)
Cleanup method to remove any state associated with the given destination This method does not stop the message store (it might not be cached). -
Uses of ActiveMQTopic in org.apache.activemq.store.jdbc
Methods in org.apache.activemq.store.jdbc with parameters of type ActiveMQTopic Modifier and Type Method Description TopicMessageStore
JDBCPersistenceAdapter. createTopicMessageStore(ActiveMQTopic destination)
void
JDBCPersistenceAdapter. removeTopicMessageStore(ActiveMQTopic destination)
Cleanup method to remove any state associated with the given destination No state retained....Constructors in org.apache.activemq.store.jdbc with parameters of type ActiveMQTopic Constructor Description JDBCTopicMessageStore(JDBCPersistenceAdapter persistenceAdapter, JDBCAdapter adapter, WireFormat wireFormat, ActiveMQTopic topic, ActiveMQMessageAudit audit)
-
Uses of ActiveMQTopic in org.apache.activemq.store.journal
Methods in org.apache.activemq.store.journal with parameters of type ActiveMQTopic Modifier and Type Method Description TopicMessageStore
JournalPersistenceAdapter. createTopicMessageStore(ActiveMQTopic destinationName)
void
JournalPersistenceAdapter. removeTopicMessageStore(ActiveMQTopic destination)
Cleanup method to remove any state associated with the given destinationConstructors in org.apache.activemq.store.journal with parameters of type ActiveMQTopic Constructor Description JournalTopicMessageStore(JournalPersistenceAdapter adapter, TopicMessageStore checkpointStore, ActiveMQTopic destinationName)
-
Uses of ActiveMQTopic in org.apache.activemq.store.kahadb
Methods in org.apache.activemq.store.kahadb with parameters of type ActiveMQTopic Modifier and Type Method Description TopicMessageStore
KahaDBPersistenceAdapter. createTopicMessageStore(ActiveMQTopic destination)
TopicMessageStore
KahaDBStore. createTopicMessageStore(ActiveMQTopic destination)
TopicMessageStore
MultiKahaDBPersistenceAdapter. createTopicMessageStore(ActiveMQTopic destination)
TopicMessageStore
TempKahaDBStore. createTopicMessageStore(ActiveMQTopic destination)
void
KahaDBPersistenceAdapter. removeTopicMessageStore(ActiveMQTopic destination)
void
KahaDBStore. removeTopicMessageStore(ActiveMQTopic destination)
Cleanup method to remove any state associated with the given destination This method does not stop the message store (it might not be cached).void
MultiKahaDBPersistenceAdapter. removeTopicMessageStore(ActiveMQTopic destination)
void
TempKahaDBStore. removeTopicMessageStore(ActiveMQTopic destination)
Cleanup method to remove any state associated with the given destination This method does not stop the message store (it might not be cached). -
Uses of ActiveMQTopic in org.apache.activemq.store.memory
Methods in org.apache.activemq.store.memory with parameters of type ActiveMQTopic Modifier and Type Method Description TopicMessageStore
MemoryPersistenceAdapter. createTopicMessageStore(ActiveMQTopic destination)
void
MemoryPersistenceAdapter. removeTopicMessageStore(ActiveMQTopic destination)
Cleanup method to remove any state associated with the given destination
-