|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RedeliveryPolicy | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.ra | JCA managed connections and resource adapters for working with ActiveMQ |
Uses of RedeliveryPolicy in org.apache.activemq |
---|
Methods in org.apache.activemq that return RedeliveryPolicy | |
---|---|
RedeliveryPolicy |
RedeliveryPolicy.copy()
|
RedeliveryPolicy |
ActiveMQConnectionFactory.getRedeliveryPolicy()
|
RedeliveryPolicy |
ActiveMQConnection.getRedeliveryPolicy()
|
RedeliveryPolicy |
ActiveMQMessageConsumer.getRedeliveryPolicy()
|
Methods in org.apache.activemq with parameters of type RedeliveryPolicy | |
---|---|
void |
ActiveMQConnectionFactory.setRedeliveryPolicy(RedeliveryPolicy redeliveryPolicy)
Sets the global 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 |
void |
ActiveMQMessageConsumer.setRedeliveryPolicy(RedeliveryPolicy redeliveryPolicy)
Sets the redelivery policy used when messages are redelivered |
Uses of RedeliveryPolicy in org.apache.activemq.ra |
---|
Methods in org.apache.activemq.ra that return RedeliveryPolicy | |
---|---|
protected RedeliveryPolicy |
ActiveMQActivationSpec.lazyCreateRedeliveryPolicy()
|
RedeliveryPolicy |
ActiveMQActivationSpec.redeliveryPolicy()
|
RedeliveryPolicy |
ActiveMQConnectionRequestInfo.redeliveryPolicy()
Returns the redelivery policy; not using bean properties to avoid breaking compatibility with JCA configuration in J2EE |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |