org.apache.activemq.plugin
Class DiscardingDLQBrokerPlugin
java.lang.Object
org.apache.activemq.plugin.DiscardingDLQBrokerPlugin
- All Implemented Interfaces:
- BrokerPlugin
public class DiscardingDLQBrokerPlugin
- extends java.lang.Object
- implements BrokerPlugin
- Version:
- 1.0
- Author:
- Filip Hanik
Field Summary |
static org.slf4j.Logger |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static org.slf4j.Logger log
DiscardingDLQBrokerPlugin
public DiscardingDLQBrokerPlugin()
installPlugin
public Broker installPlugin(Broker broker)
throws java.lang.Exception
- Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use.
- Specified by:
installPlugin
in interface BrokerPlugin
- Parameters:
broker
- Broker
- Returns:
- Broker
- Throws:
java.lang.Exception
isDropAll
public boolean isDropAll()
isDropTemporaryQueues
public boolean isDropTemporaryQueues()
isDropTemporaryTopics
public boolean isDropTemporaryTopics()
getDropOnly
public java.lang.String getDropOnly()
getReportInterval
public int getReportInterval()
setDropTemporaryTopics
public void setDropTemporaryTopics(boolean dropTemporaryTopics)
setDropTemporaryQueues
public void setDropTemporaryQueues(boolean dropTemporaryQueues)
setDropAll
public void setDropAll(boolean dropAll)
setDropOnly
public void setDropOnly(java.lang.String dropOnly)
setReportInterval
public void setReportInterval(int reportInterval)
getDestFilter
public java.util.regex.Pattern[] getDestFilter()
Copyright © 2005-2016. All Rights Reserved.