|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQQueue | |
---|---|
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.console.filter | |
org.apache.activemq.store | The APIs which need to be implemented for persistent message stores for durable messaging |
org.apache.activemq.store.amq | The default Store implementation for ActiveMQ |
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.kahadaptor | kaha implementation of message persistence for the broker |
org.apache.activemq.store.kahadb | |
org.apache.activemq.store.memory | VM based implementation of message persistence |
Uses of ActiveMQQueue in org.apache.activemq.advisory |
---|
Methods in org.apache.activemq.advisory that return types with arguments of type ActiveMQQueue | |
---|---|
java.util.Set<ActiveMQQueue> |
DestinationSource.getQueues()
Returns the current queues available on the broker |
Uses of ActiveMQQueue in org.apache.activemq.console.filter |
---|
Methods in org.apache.activemq.console.filter with parameters of type ActiveMQQueue | |
---|---|
protected java.util.List |
AmqMessagesQueryFilter.queryMessages(ActiveMQQueue queue,
java.lang.String selector)
Query the messages of a queue destination using a queue browser |
Uses of ActiveMQQueue in org.apache.activemq.store |
---|
Methods in org.apache.activemq.store with parameters of type ActiveMQQueue | |
---|---|
MessageStore |
PersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination)
Factory method to create a new queue message store with the given destination name |
ReferenceStore |
ReferenceStoreAdapter.createQueueReferenceStore(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. |
Uses of ActiveMQQueue in org.apache.activemq.store.amq |
---|
Methods in org.apache.activemq.store.amq with parameters of type ActiveMQQueue | |
---|---|
MessageStore |
AMQPersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination)
|
void |
AMQPersistenceAdapter.removeQueueMessageStore(ActiveMQQueue destination)
Cleanup method to remove any state associated with the given destination |
Uses of ActiveMQQueue in org.apache.activemq.store.jdbc |
---|
Methods in org.apache.activemq.store.jdbc with parameters of type ActiveMQQueue | |
---|---|
MessageStore |
JDBCPersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination)
|
void |
JDBCPersistenceAdapter.removeQueueMessageStore(ActiveMQQueue destination)
Cleanup method to remove any state associated with the given destination No state retained.... |
Uses of ActiveMQQueue in org.apache.activemq.store.journal |
---|
Methods in org.apache.activemq.store.journal with parameters of type ActiveMQQueue | |
---|---|
MessageStore |
JournalPersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination)
|
void |
JournalPersistenceAdapter.removeQueueMessageStore(ActiveMQQueue destination)
Cleanup method to remove any state associated with the given destination |
Uses of ActiveMQQueue in org.apache.activemq.store.kahadaptor |
---|
Fields in org.apache.activemq.store.kahadaptor with type parameters of type ActiveMQQueue | |
---|---|
protected java.util.concurrent.ConcurrentHashMap<ActiveMQQueue,MessageStore> |
KahaPersistenceAdapter.queues
|
Methods in org.apache.activemq.store.kahadaptor with parameters of type ActiveMQQueue | |
---|---|
MessageStore |
KahaPersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination)
|
MessageStore |
KahaReferenceStoreAdapter.createQueueMessageStore(ActiveMQQueue destination)
|
ReferenceStore |
KahaReferenceStoreAdapter.createQueueReferenceStore(ActiveMQQueue destination)
|
void |
KahaPersistenceAdapter.removeQueueMessageStore(ActiveMQQueue destination)
Cleanup method to remove any state associated with the given destination |
Uses of ActiveMQQueue in org.apache.activemq.store.kahadb |
---|
Methods in org.apache.activemq.store.kahadb with parameters of type ActiveMQQueue | |
---|---|
MessageStore |
TempKahaDBStore.createQueueMessageStore(ActiveMQQueue destination)
|
MessageStore |
KahaDBPersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination)
|
MessageStore |
KahaDBStore.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. |
Uses of ActiveMQQueue in org.apache.activemq.store.memory |
---|
Methods in org.apache.activemq.store.memory with parameters of type ActiveMQQueue | |
---|---|
MessageStore |
MemoryPersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination)
|
void |
MemoryPersistenceAdapter.removeQueueMessageStore(ActiveMQQueue destination)
Cleanup method to remove any state associated with the given destination |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |