Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and 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
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.