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<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<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–2019 FuseSource, Corp.. All rights reserved.