| Package | Description |
|---|---|
| org.apache.activemq.store |
The APIs which need to be implemented for persistent message stores for durable messaging
|
| Modifier and Type | Method and Description |
|---|---|
static List<org.apache.activemq.command.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.
|
static List<org.apache.activemq.command.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.
|
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.