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 java.lang.String |
objectNamePropsAppendage |
next| Constructor and Description |
|---|
RuntimeConfigurationBroker(Broker next) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnection(ConnectionContext context,
ConnectionInfo info)
A client is establishing a connection with the broker.
|
Destination |
addDestination(ConnectionContext context,
ActiveMQDestination destination,
boolean createIfTemporary)
Used to create a destination.
|
long |
getCheckPeriod() |
org.springframework.core.io.Resource |
getConfigToMonitor() |
long |
getLastModified() |
void |
setCheckPeriod(long checkPeriod) |
void |
start() |
void |
stop() |
java.lang.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 java.lang.String objectNamePropsAppendage
public RuntimeConfigurationBroker(Broker next)
public void start()
throws java.lang.Exception
start in interface Servicestart in class BrokerFilterjava.lang.Exceptionpublic void stop()
throws java.lang.Exception
stop in interface Servicestop in class BrokerFilterjava.lang.Exceptionpublic Destination addDestination(ConnectionContext context, ActiveMQDestination destination, boolean createIfTemporary) throws java.lang.Exception
RegionaddDestination in interface RegionaddDestination in class BrokerFilterdestination - the destination to create.java.lang.Exception - TODOpublic void addConnection(ConnectionContext context, ConnectionInfo info) throws java.lang.Exception
BrokeraddConnection in interface BrokeraddConnection in class BrokerFilterjava.lang.Exception - TODOpublic java.lang.String updateNow()
public long getLastModified()
public org.springframework.core.io.Resource getConfigToMonitor()
public long getCheckPeriod()
public void setCheckPeriod(long checkPeriod)
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.