Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.broker.region.policy |
The policies which can be associated with a particular destination or wildcard.
|
org.apache.activemq.ra |
JCA managed connections and resource adapters for working with ActiveMQ
|
Modifier and Type | Method and Description |
---|---|
RedeliveryPolicy |
RedeliveryPolicy.copy() |
RedeliveryPolicy |
ActiveMQConnection.getRedeliveryPolicy() |
RedeliveryPolicy |
ActiveMQMessageConsumer.getRedeliveryPolicy() |
RedeliveryPolicy |
ActiveMQConnectionFactory.getRedeliveryPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQConnection.setRedeliveryPolicy(RedeliveryPolicy redeliveryPolicy)
Sets the redelivery policy to be used when messages are rolled back
|
void |
ActiveMQMessageConsumer.setRedeliveryPolicy(RedeliveryPolicy redeliveryPolicy)
Sets the redelivery policy used when messages are redelivered
|
void |
ActiveMQConnectionFactory.setRedeliveryPolicy(RedeliveryPolicy redeliveryPolicy)
Sets the global default redelivery policy to be used when a message is delivered
but the session is rolled back
|
Modifier and Type | Method and Description |
---|---|
RedeliveryPolicy |
RedeliveryPolicyMap.getDefaultEntry() |
RedeliveryPolicy |
RedeliveryPolicyMap.getEntryFor(ActiveMQDestination destination) |
Modifier and Type | Method and Description |
---|---|
void |
RedeliveryPolicyMap.setDefaultEntry(RedeliveryPolicy defaultEntry) |
Modifier and Type | Method and Description |
---|---|
RedeliveryPolicy |
MessageActivationSpec.lazyCreateRedeliveryPolicy() |
RedeliveryPolicy |
ActiveMQActivationSpec.lazyCreateRedeliveryPolicy() |
RedeliveryPolicy |
ActiveMQConnectionRequestInfo.redeliveryPolicy()
Returns the redelivery policy; not using bean properties to avoid
breaking compatibility with JCA configuration in J2EE
|
RedeliveryPolicy |
MessageActivationSpec.redeliveryPolicy() |
RedeliveryPolicy |
ActiveMQActivationSpec.redeliveryPolicy() |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.