git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@663642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2008-06-05 15:34:58 +00:00
parent 3103fa9969
commit c5e1eae2e3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import org.apache.activemq.command.Message;
* @version $Revision: 426366 $
*/
public abstract class AbstractDeadLetterStrategy implements DeadLetterStrategy {
private boolean processNonPersistent = true;
private boolean processNonPersistent = false;
private boolean processExpired = true;
public boolean isSendToDeadLetterQueue(Message message) {