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, slowConsumer
public 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 Service
start
in class BrokerFilter
java.lang.Exception
public void stop() throws java.lang.Exception
stop
in interface Service
stop
in class BrokerFilter
java.lang.Exception
public Destination addDestination(ConnectionContext context, ActiveMQDestination destination, boolean createIfTemporary) throws java.lang.Exception
Region
addDestination
in interface Region
addDestination
in class BrokerFilter
destination
- the destination to create.java.lang.Exception
- TODOpublic void addConnection(ConnectionContext context, ConnectionInfo info) throws java.lang.Exception
Broker
addConnection
in interface Broker
addConnection
in class BrokerFilter
java.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.