git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1055395 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2011-01-05 10:26:34 +00:00
parent 715bf260f4
commit 6c721fcff5
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ public class DiscardingDLQBrokerPlugin implements BrokerPlugin {
cb.setDropTemporaryQueues(isDropTemporaryQueues());
cb.setDropTemporaryTopics(isDropTemporaryTopics());
cb.setDestFilter(getDestFilter());
cb.setReportInterval(getReportInterval());
return cb;
}