mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@663642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3103fa9969
commit
c5e1eae2e3
|
@ -25,7 +25,7 @@ import org.apache.activemq.command.Message;
|
||||||
* @version $Revision: 426366 $
|
* @version $Revision: 426366 $
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractDeadLetterStrategy implements DeadLetterStrategy {
|
public abstract class AbstractDeadLetterStrategy implements DeadLetterStrategy {
|
||||||
private boolean processNonPersistent = true;
|
private boolean processNonPersistent = false;
|
||||||
private boolean processExpired = true;
|
private boolean processExpired = true;
|
||||||
|
|
||||||
public boolean isSendToDeadLetterQueue(Message message) {
|
public boolean isSendToDeadLetterQueue(Message message) {
|
||||||
|
|
Loading…
Reference in New Issue