Uses of Class
org.apache.activemq.broker.region.policy.RedeliveryPolicyMap

Packages that use RedeliveryPolicyMap
org.apache.activemq The core JMS client API implementation classes. 
 

Uses of RedeliveryPolicyMap in org.apache.activemq
 

Methods in org.apache.activemq that return RedeliveryPolicyMap
 RedeliveryPolicyMap ActiveMQConnectionFactory.getRedeliveryPolicyMap()
           
 RedeliveryPolicyMap ActiveMQConnection.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.
 

Methods in org.apache.activemq with parameters of type RedeliveryPolicyMap
 void ActiveMQConnectionFactory.setRedeliveryPolicyMap(RedeliveryPolicyMap redeliveryPolicyMap)
          Sets the global redelivery policy mapping to be used when a message is delivered but the session is rolled back
 void ActiveMQConnection.setRedeliveryPolicyMap(RedeliveryPolicyMap redeliveryPolicyMap)
          Sets the Connection wide RedeliveryPolicyMap for handling messages that are being rolled back.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.