Uses of Interface
org.apache.activemq.broker.region.policy.MessageQuery
-
Packages that use MessageQuery Package Description org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard. -
-
Uses of MessageQuery in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy that return MessageQuery Modifier and Type Method Description MessageQuery
QueryBasedSubscriptionRecoveryPolicy. getQuery()
Methods in org.apache.activemq.broker.region.policy with parameters of type MessageQuery Modifier and Type Method Description void
QueryBasedSubscriptionRecoveryPolicy. setQuery(MessageQuery query)
Sets the query strategy to load initial messages
-