| 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 | ActiveMQMessageConsumer. getRedeliveryPolicy() | 
| RedeliveryPolicy | ActiveMQConnectionFactory. getRedeliveryPolicy() | 
| RedeliveryPolicy | ActiveMQConnection. getRedeliveryPolicy() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
| void | ActiveMQConnection. setRedeliveryPolicy(RedeliveryPolicy redeliveryPolicy)Sets the redelivery policy to be used when messages are 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 | MessageActivationSpec. redeliveryPolicy() | 
| RedeliveryPolicy | ActiveMQConnectionRequestInfo. redeliveryPolicy()Returns the redelivery policy; not using bean properties to avoid
 breaking compatibility with JCA configuration in J2EE | 
| RedeliveryPolicy | ActiveMQActivationSpec. redeliveryPolicy() | 
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.