public class RuntimeConfigurationBroker extends BrokerFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
RuntimeConfigurationBroker.PropertiesPlaceHolderUtil |
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
static String |
objectNamePropsAppendage |
next| Constructor and Description |
|---|
RuntimeConfigurationBroker(Broker next) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnection(ConnectionContext context,
org.apache.activemq.command.ConnectionInfo info) |
Destination |
addDestination(ConnectionContext context,
org.apache.activemq.command.ActiveMQDestination destination,
boolean createIfTemporary) |
long |
getCheckPeriod() |
org.springframework.core.io.Resource |
getConfigToMonitor() |
long |
getLastModified() |
void |
setCheckPeriod(long checkPeriod) |
void |
start() |
void |
stop() |
String |
updateNow() |
acknowledge, addBroker, addConsumer, addDestinationInfo, addProducer, addSession, beginTransaction, brokerServiceStarted, commitTransaction, fastProducer, forgetTransaction, gc, getAdaptor, getAdminConnectionContext, getBrokerId, getBrokerName, getBrokerSequenceId, getBrokerService, getClients, getDestinationMap, getDestinations, getDestinations, getDurableDestinations, getExecutor, getPeerBrokerInfos, getPreparedTransactions, getRoot, getScheduler, getTempDataStore, getVmConnectorURI, isExpired, isFaultTolerantConfiguration, isFull, isStopped, messageConsumed, messageDelivered, messageDiscarded, messageExpired, messagePull, networkBridgeStarted, networkBridgeStopped, nowMasterBroker, postProcessDispatch, prepareTransaction, preProcessDispatch, processConsumerControl, processDispatchNotification, reapplyInterceptor, removeBroker, removeConnection, removeConsumer, removeDestination, removeDestinationInfo, removeProducer, removeSession, removeSubscription, rollbackTransaction, send, sendToDeadLetterQueue, setAdminConnectionContext, slowConsumerpublic static final org.slf4j.Logger LOG
public static final String objectNamePropsAppendage
public RuntimeConfigurationBroker(Broker next)
public void start()
throws Exception
start in interface org.apache.activemq.Servicestart in class BrokerFilterExceptionpublic void stop()
throws Exception
stop in interface org.apache.activemq.Servicestop in class BrokerFilterExceptionpublic Destination addDestination(ConnectionContext context, org.apache.activemq.command.ActiveMQDestination destination, boolean createIfTemporary) throws Exception
addDestination in interface RegionaddDestination in class BrokerFilterExceptionpublic void addConnection(ConnectionContext context, org.apache.activemq.command.ConnectionInfo info) throws Exception
addConnection in interface BrokeraddConnection in class BrokerFilterExceptionpublic String updateNow()
public long getLastModified()
public org.springframework.core.io.Resource getConfigToMonitor()
public long getCheckPeriod()
public void setCheckPeriod(long checkPeriod)
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.