|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.broker.region.policy.AbstractDeadLetterStrategy
org.apache.activemq.broker.region.policy.SharedDeadLetterStrategy
public class SharedDeadLetterStrategy
A default implementation of DeadLetterStrategy
which uses
a constant destination.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_DEAD_LETTER_QUEUE_NAME
|
Constructor Summary | |
---|---|
SharedDeadLetterStrategy()
|
Method Summary | |
---|---|
ActiveMQDestination |
getDeadLetterQueue()
|
ActiveMQDestination |
getDeadLetterQueueFor(Message message,
Subscription subscription)
Returns the dead letter queue for the given message and subscription. |
void |
setDeadLetterQueue(ActiveMQDestination deadLetterQueue)
|
Methods inherited from class org.apache.activemq.broker.region.policy.AbstractDeadLetterStrategy |
---|
isEnableAudit, isProcessExpired, isProcessNonPersistent, isSendToDeadLetterQueue, setEnableAudit, setProcessExpired, setProcessNonPersistent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_DEAD_LETTER_QUEUE_NAME
Constructor Detail |
---|
public SharedDeadLetterStrategy()
Method Detail |
---|
public ActiveMQDestination getDeadLetterQueueFor(Message message, Subscription subscription)
DeadLetterStrategy
public ActiveMQDestination getDeadLetterQueue()
public void setDeadLetterQueue(ActiveMQDestination deadLetterQueue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |