|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.broker.region.policy.SharedDeadLetterStrategy
public class SharedDeadLetterStrategy
A default implementation of DeadLetterStrategy
which uses
a constant destination.
Constructor Summary | |
---|---|
SharedDeadLetterStrategy()
|
Method Summary | |
---|---|
ActiveMQDestination |
getDeadLetterQueue()
|
ActiveMQDestination |
getDeadLetterQueueFor(ActiveMQDestination originalDestination)
Returns the dead letter queue for the given destination. |
void |
setDeadLetterQueue(ActiveMQDestination deadLetterQueue)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SharedDeadLetterStrategy()
Method Detail |
---|
public ActiveMQDestination getDeadLetterQueueFor(ActiveMQDestination originalDestination)
DeadLetterStrategy
getDeadLetterQueueFor
in interface 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 |