Uses of Class
org.apache.activemq.broker.region.policy.RedeliveryPolicyMap
-
Packages that use RedeliveryPolicyMap Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.broker.util Some utility Broker Plugins -
-
Uses of RedeliveryPolicyMap in org.apache.activemq
Methods in org.apache.activemq that return RedeliveryPolicyMap Modifier and Type Method Description 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.RedeliveryPolicyMap
ActiveMQConnectionFactory. getRedeliveryPolicyMap()
Methods in org.apache.activemq with parameters of type RedeliveryPolicyMap Modifier and Type Method Description void
ActiveMQConnection. setRedeliveryPolicyMap(RedeliveryPolicyMap redeliveryPolicyMap)
Sets the Connection wide RedeliveryPolicyMap for handling messages that are being rolled back.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 -
Uses of RedeliveryPolicyMap in org.apache.activemq.broker.util
Methods in org.apache.activemq.broker.util that return RedeliveryPolicyMap Modifier and Type Method Description RedeliveryPolicyMap
RedeliveryPlugin. getRedeliveryPolicyMap()
Methods in org.apache.activemq.broker.util with parameters of type RedeliveryPolicyMap Modifier and Type Method Description void
RedeliveryPlugin. setRedeliveryPolicyMap(RedeliveryPolicyMap redeliveryPolicyMap)
-