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 ActiveMQTopicAdvisorySupport. ALL_DESTINATIONS_COMPOSITE_ADVISORY_TOPICstatic ActiveMQTopicAdvisorySupport. CONNECTION_ADVISORY_TOPICstatic ActiveMQTopicAdvisorySupport. QUEUE_ADVISORY_TOPICstatic ActiveMQTopicAdvisorySupport. TEMP_DESTINATION_COMPOSITE_ADVISORY_TOPICstatic ActiveMQTopicAdvisorySupport. TEMP_QUEUE_ADVISORY_TOPICstatic ActiveMQTopicAdvisorySupport. TEMP_TOPIC_ADVISORY_TOPICstatic ActiveMQTopicAdvisorySupport. TOPIC_ADVISORY_TOPICMethods 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 voidAdvisoryBroker. fireAdvisory(ConnectionContext context, ActiveMQTopic topic, Command command)protected voidAdvisoryBroker. fireAdvisory(ConnectionContext context, ActiveMQTopic topic, Command command, ConsumerId targetConsumerId)voidAdvisoryBroker. fireAdvisory(ConnectionContext context, ActiveMQTopic topic, Command command, ConsumerId targetConsumerId, ActiveMQMessage advisoryMessage)protected voidAdvisoryBroker. fireConsumerAdvisory(ConnectionContext context, ActiveMQDestination consumerDestination, ActiveMQTopic topic, Command command)protected voidAdvisoryBroker. fireConsumerAdvisory(ConnectionContext context, ActiveMQDestination consumerDestination, ActiveMQTopic topic, Command command, ConsumerId targetConsumerId)protected voidAdvisoryBroker. fireProducerAdvisory(ConnectionContext context, ActiveMQDestination producerDestination, ActiveMQTopic topic, Command command)protected voidAdvisoryBroker. 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 ListAmqMessagesQueryFilter. 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 TopicMessageStorePersistenceAdapter. createTopicMessageStore(ActiveMQTopic destination)Factory method to create a new topic message store with the given destination namevoidPersistenceAdapter. 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 TopicMessageStoreJDBCPersistenceAdapter. createTopicMessageStore(ActiveMQTopic destination)voidJDBCPersistenceAdapter. 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 TopicMessageStoreJournalPersistenceAdapter. createTopicMessageStore(ActiveMQTopic destinationName)voidJournalPersistenceAdapter. 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 TopicMessageStoreKahaDBPersistenceAdapter. createTopicMessageStore(ActiveMQTopic destination)TopicMessageStoreKahaDBStore. createTopicMessageStore(ActiveMQTopic destination)TopicMessageStoreMultiKahaDBPersistenceAdapter. createTopicMessageStore(ActiveMQTopic destination)TopicMessageStoreTempKahaDBStore. createTopicMessageStore(ActiveMQTopic destination)voidKahaDBPersistenceAdapter. removeTopicMessageStore(ActiveMQTopic destination)voidKahaDBStore. 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).voidMultiKahaDBPersistenceAdapter. removeTopicMessageStore(ActiveMQTopic destination)voidTempKahaDBStore. 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 TopicMessageStoreMemoryPersistenceAdapter. createTopicMessageStore(ActiveMQTopic destination)voidMemoryPersistenceAdapter. removeTopicMessageStore(ActiveMQTopic destination)Cleanup method to remove any state associated with the given destination
-