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.view |
Broker Plugins for visualising the current system
|
org.apache.activemq.camel.component |
Defines the ActiveMQ Component for
Camel to provide great
Enterprise Integration Patterns
integration for ActiveMQ users.
|
org.apache.activemq.console.filter | |
org.apache.activemq.store |
The APIs which need to be implemented for persistent message stores for durable messaging
|
org.apache.activemq.store.jdbc |
Message persistence implemented using JDBC
|
org.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
|
Modifier and Type | Method and Description |
---|---|
Set<ActiveMQQueue> |
DestinationSource.getQueues()
Returns the current queues available on the broker
|
Modifier and Type | Method and Description |
---|---|
Set<ActiveMQQueue> |
MessageBrokerView.getQueues()
Retrieve a set of all Queues be used by the Broker
|
Modifier and Type | Method and Description |
---|---|
protected void |
CamelEndpointLoader.addQueue(ActiveMQQueue queue) |
protected String |
CamelEndpointLoader.getQueueUri(ActiveMQQueue queue) |
protected void |
CamelEndpointLoader.removeQueue(ActiveMQQueue queue) |
Modifier and Type | Method and Description |
---|---|
protected List |
AmqMessagesQueryFilter.queryMessages(ActiveMQQueue queue,
String selector)
Query the messages of a queue destination using a queue browser
|
Modifier and Type | Method and Description |
---|---|
static List<ActiveMQQueue> |
PersistenceAdapterSupport.listQueues(PersistenceAdapter adapter)
Provides a means of querying the persistence adapter for a list of ActiveMQQueue instances.
|
static List<ActiveMQQueue> |
PersistenceAdapterSupport.listQueues(PersistenceAdapter adapter,
PersistenceAdapterSupport.DestinationMatcher matcher)
Provides a means of querying the persistence adapter for a list of ActiveMQQueue instances
that match some given search criteria.
|
Modifier and Type | Method and Description |
---|---|
MessageStore |
PersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination)
Factory method to create a new queue message store with the given
destination name
|
void |
PersistenceAdapter.removeQueueMessageStore(ActiveMQQueue destination)
Cleanup method to remove any state associated with the given destination.
|
Modifier and Type | Method and Description |
---|---|
MessageStore |
JDBCPersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination) |
void |
JDBCPersistenceAdapter.removeQueueMessageStore(ActiveMQQueue destination)
Cleanup method to remove any state associated with the given destination
|
Modifier and Type | Method and Description |
---|---|
MessageStore |
JournalPersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination) |
void |
JournalPersistenceAdapter.removeQueueMessageStore(ActiveMQQueue destination)
Cleanup method to remove any state associated with the given destination
|
Modifier and Type | Method and Description |
---|---|
MessageStore |
TempKahaDBStore.createQueueMessageStore(ActiveMQQueue destination) |
MessageStore |
KahaDBPersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination) |
MessageStore |
KahaDBStore.createQueueMessageStore(ActiveMQQueue destination) |
MessageStore |
MultiKahaDBPersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination) |
void |
TempKahaDBStore.removeQueueMessageStore(ActiveMQQueue destination)
Cleanup method to remove any state associated with the given destination.
|
void |
KahaDBPersistenceAdapter.removeQueueMessageStore(ActiveMQQueue destination) |
void |
KahaDBStore.removeQueueMessageStore(ActiveMQQueue destination)
Cleanup method to remove any state associated with the given destination.
|
void |
MultiKahaDBPersistenceAdapter.removeQueueMessageStore(ActiveMQQueue destination) |
Modifier and Type | Method and Description |
---|---|
MessageStore |
MemoryPersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination) |
void |
MemoryPersistenceAdapter.removeQueueMessageStore(ActiveMQQueue destination)
Cleanup method to remove any state associated with the given destination
|
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.