Uses of Interface
org.apache.activemq.store.PersistenceAdapterSupport.DestinationMatcher
-
Packages that use PersistenceAdapterSupport.DestinationMatcher Package Description org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging -
-
Uses of PersistenceAdapterSupport.DestinationMatcher in org.apache.activemq.store
Methods in org.apache.activemq.store with parameters of type PersistenceAdapterSupport.DestinationMatcher Modifier and Type Method 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.
-