|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeadLetterPolicy | |
org.codehaus.activemq.broker | The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. |
org.codehaus.activemq.broker.impl | The default implementation of the JMS Broker |
org.codehaus.activemq.service | The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager |
org.codehaus.activemq.service.boundedvm | |
org.codehaus.activemq.service.impl | Default implementations of the services |
Uses of DeadLetterPolicy in org.codehaus.activemq.broker |
Methods in org.codehaus.activemq.broker that return DeadLetterPolicy | |
DeadLetterPolicy |
Broker.getDeadLetterPolicy()
|
Methods in org.codehaus.activemq.broker with parameters of type DeadLetterPolicy | |
void |
Broker.setDeadLetterPolicy(DeadLetterPolicy deadLetterPolicy)
set the dead letter policy |
Uses of DeadLetterPolicy in org.codehaus.activemq.broker.impl |
Methods in org.codehaus.activemq.broker.impl that return DeadLetterPolicy | |
DeadLetterPolicy |
DefaultBroker.getDeadLetterPolicy()
|
Methods in org.codehaus.activemq.broker.impl with parameters of type DeadLetterPolicy | |
void |
DefaultBroker.setDeadLetterPolicy(DeadLetterPolicy deadLetterPolicy)
set the dead letter policy |
Uses of DeadLetterPolicy in org.codehaus.activemq.service |
Methods in org.codehaus.activemq.service that return DeadLetterPolicy | |
DeadLetterPolicy |
MessageContainerManager.getDeadLetterPolicy()
|
Methods in org.codehaus.activemq.service with parameters of type DeadLetterPolicy | |
void |
MessageContainerManager.setDeadLetterPolicy(DeadLetterPolicy policy)
Set the DeadLetterPolicy for this Container Manager |
Uses of DeadLetterPolicy in org.codehaus.activemq.service.boundedvm |
Methods in org.codehaus.activemq.service.boundedvm that return DeadLetterPolicy | |
DeadLetterPolicy |
TransientTopicBoundedMessageManager.getDeadLetterPolicy()
|
DeadLetterPolicy |
TransientQueueBoundedMessageManager.getDeadLetterPolicy()
|
Methods in org.codehaus.activemq.service.boundedvm with parameters of type DeadLetterPolicy | |
void |
TransientTopicBoundedMessageManager.setDeadLetterPolicy(DeadLetterPolicy policy)
Set the DeadLetterPolicy for this Container Manager |
void |
TransientQueueBoundedMessageManager.setDeadLetterPolicy(DeadLetterPolicy policy)
Set the DeadLetterPolicy for this Container Manager |
Constructors in org.codehaus.activemq.service.boundedvm with parameters of type DeadLetterPolicy | |
TransientQueueBoundedMessageContainer(Executor threadPool,
MemoryBoundedQueueManager queueManager,
ActiveMQDestination destination,
RedeliveryPolicy redeliveryPolicy,
DeadLetterPolicy deadLetterPolicy)
Construct this beast |
|
TransientQueueBoundedMessageManager(MemoryBoundedQueueManager mgr,
RedeliveryPolicy redeliveryPolicy,
DeadLetterPolicy deadLetterPolicy)
Constructor for TransientQueueBoundedMessageManager |
Uses of DeadLetterPolicy in org.codehaus.activemq.service.impl |
Methods in org.codehaus.activemq.service.impl that return DeadLetterPolicy | |
DeadLetterPolicy |
SubscriptionContainerImpl.getDeadLetterPolicy()
|
DeadLetterPolicy |
ProxyMessageContainerManager.getDeadLetterPolicy()
|
DeadLetterPolicy |
MessageContainerManagerSupport.getDeadLetterPolicy()
|
Methods in org.codehaus.activemq.service.impl with parameters of type DeadLetterPolicy | |
void |
ProxyMessageContainerManager.setDeadLetterPolicy(DeadLetterPolicy policy)
Set the DeadLetterPolicy for this Container Manager |
void |
MessageContainerManagerSupport.setDeadLetterPolicy(DeadLetterPolicy policy)
Set the DeadLetterPolicy for this Container Manager |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |