public class MyBroker
extends org.apache.activemq.broker.BrokerFilter
| Constructor and Description |
|---|
MyBroker(org.apache.activemq.broker.Broker next1) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.broker.region.Subscription |
addConsumer(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ConsumerInfo info) |
org.apache.activemq.broker.region.Destination |
addDestination(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ActiveMQDestination destination,
boolean create) |
void |
addDestinationInfo(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.DestinationInfo info) |
void |
addProducer(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ProducerInfo info) |
void |
removeDestination(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ActiveMQDestination destination,
long timeout) |
void |
send(org.apache.activemq.broker.ProducerBrokerExchange producerExchange,
org.apache.activemq.command.Message messageSend) |
acknowledge, addBroker, addConnection, 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, removeBroker, removeConnection, removeConsumer, removeDestinationInfo, removeProducer, removeSession, removeSubscription, rollbackTransaction, sendToDeadLetterQueue, setAdminConnectionContext, slowConsumer, start, stoppublic MyBroker(org.apache.activemq.broker.Broker next1)
next1 - public void addDestinationInfo(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.DestinationInfo info)
throws Exception
addDestinationInfo in interface org.apache.activemq.broker.BrokeraddDestinationInfo in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.addDestinationInfo(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.DestinationInfo)public org.apache.activemq.broker.region.Destination addDestination(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ActiveMQDestination destination,
boolean create)
throws Exception
addDestination in interface org.apache.activemq.broker.region.RegionaddDestination in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.addDestination(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.ActiveMQDestination, boolean)public void removeDestination(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ActiveMQDestination destination,
long timeout)
throws Exception
removeDestination in interface org.apache.activemq.broker.region.RegionremoveDestination in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.removeDestination(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.ActiveMQDestination, long)public org.apache.activemq.broker.region.Subscription addConsumer(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ConsumerInfo info)
throws Exception
addConsumer in interface org.apache.activemq.broker.region.RegionaddConsumer in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.addConsumer(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.ConsumerInfo)public void addProducer(org.apache.activemq.broker.ConnectionContext context,
org.apache.activemq.command.ProducerInfo info)
throws Exception
addProducer in interface org.apache.activemq.broker.BrokeraddProducer in interface org.apache.activemq.broker.region.RegionaddProducer in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.addProducer(org.apache.activemq.broker.ConnectionContext, org.apache.activemq.command.ProducerInfo)public void send(org.apache.activemq.broker.ProducerBrokerExchange producerExchange,
org.apache.activemq.command.Message messageSend)
throws Exception
send in interface org.apache.activemq.broker.region.Regionsend in class org.apache.activemq.broker.BrokerFilterExceptionBrokerFilter.send(org.apache.activemq.broker.ProducerBrokerExchange, org.apache.activemq.command.Message)Copyright © 2016 Internet2. All rights reserved.