Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.broker.util |
Some utility Broker Plugins
|
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
|
Modifier and Type | Method and Description |
---|---|
RedeliveryPolicyMap |
RedeliveryPlugin.getRedeliveryPolicyMap() |
Modifier and Type | Method and Description |
---|---|
void |
RedeliveryPlugin.setRedeliveryPolicyMap(RedeliveryPolicyMap redeliveryPolicyMap) |
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.