mirror of
https://github.com/apache/activemq.git
synced 2025-02-06 01:59:15 +00:00
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@910163 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
799c033ead
commit
a65881cf4e
@ -18,7 +18,6 @@ package org.apache.activemq.broker.util;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Set;
|
||||
|
||||
import javax.annotation.PostConstruct;
|
||||
import org.apache.activemq.broker.BrokerPluginSupport;
|
||||
import org.apache.activemq.broker.Connection;
|
||||
@ -530,6 +529,7 @@ public class LoggingBrokerPlugin extends BrokerPluginSupport {
|
||||
}
|
||||
LOG.info("Sending to DLQ : " + msg);
|
||||
}
|
||||
super.sendToDeadLetterQueue(context, messageReference);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user