mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1055395 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
715bf260f4
commit
6c721fcff5
|
@ -58,6 +58,7 @@ public class DiscardingDLQBrokerPlugin implements BrokerPlugin {
|
|||
cb.setDropTemporaryQueues(isDropTemporaryQueues());
|
||||
cb.setDropTemporaryTopics(isDropTemporaryTopics());
|
||||
cb.setDestFilter(getDestFilter());
|
||||
cb.setReportInterval(getReportInterval());
|
||||
return cb;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue