Uses of Class
org.apache.activemq.broker.region.policy.RedeliveryPolicyMap
Packages that use RedeliveryPolicyMap
-
Uses of RedeliveryPolicyMap in org.apache.activemq
Methods in org.apache.activemq that return RedeliveryPolicyMapModifier and TypeMethodDescriptionActiveMQConnection.getRedeliveryPolicyMap()Gets the Connection's configured RedeliveryPolicyMap which will be used by all the Consumers when dealing with transaction messages that have been rolled back.ActiveMQConnectionFactory.getRedeliveryPolicyMap()Methods in org.apache.activemq with parameters of type RedeliveryPolicyMapModifier and TypeMethodDescriptionvoidActiveMQConnection.setRedeliveryPolicyMap(RedeliveryPolicyMap redeliveryPolicyMap) Sets the Connection wide RedeliveryPolicyMap for handling messages that are being rolled back.voidActiveMQConnectionFactory.setRedeliveryPolicyMap(RedeliveryPolicyMap redeliveryPolicyMap) Sets the global redelivery policy mapping to be used when a message is delivered but the session is rolled back