org.apache.activemq.broker.region.policy
Interface DeadLetterStrategy

All Known Implementing Classes:
IndividualDeadLetterStrategy, SharedDeadLetterStrategy

public interface DeadLetterStrategy

A strategy for choosing which destination is used for dead letter queue messages.

Version:
$Revision: 426366 $

Method Summary
 ActiveMQDestination getDeadLetterQueueFor(ActiveMQDestination originalDestination)
          Returns the dead letter queue for the given destination.
 

Method Detail

getDeadLetterQueueFor

ActiveMQDestination getDeadLetterQueueFor(ActiveMQDestination originalDestination)
Returns the dead letter queue for the given destination.



Copyright © 2010 Apache Software Foundation. All Rights Reserved.