Uses of Class
org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPBridgeQueuePolicyElement.QueueMatch
Packages that use AMQPBridgeQueuePolicyElement.QueueMatch
-
Uses of AMQPBridgeQueuePolicyElement.QueueMatch in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity
Methods in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity that return AMQPBridgeQueuePolicyElement.QueueMatchModifier and TypeMethodDescriptionAMQPBridgeQueuePolicyElement.QueueMatch.setAddressMatch
(String addressMatch) AMQPBridgeQueuePolicyElement.QueueMatch.setQueueMatch
(String queueMatch) Methods in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity that return types with arguments of type AMQPBridgeQueuePolicyElement.QueueMatchModifier and TypeMethodDescriptionAMQPBridgeQueuePolicyElement.getExcludes()
AMQPBridgeQueuePolicyElement.getIncludes()
Methods in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity with parameters of type AMQPBridgeQueuePolicyElement.QueueMatchModifier and TypeMethodDescriptionAMQPBridgeQueuePolicyElement.addExclude
(AMQPBridgeQueuePolicyElement.QueueMatch match) AMQPBridgeQueuePolicyElement.addInclude
(AMQPBridgeQueuePolicyElement.QueueMatch match) Method parameters in org.apache.activemq.artemis.core.config.amqpBrokerConnectivity with type arguments of type AMQPBridgeQueuePolicyElement.QueueMatchModifier and TypeMethodDescriptionAMQPBridgeQueuePolicyElement.setExcludes
(Set<AMQPBridgeQueuePolicyElement.QueueMatch> excludes) AMQPBridgeQueuePolicyElement.setIncludes
(Set<AMQPBridgeQueuePolicyElement.QueueMatch> includes)