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, stop
public 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.Broker
addDestinationInfo
in class org.apache.activemq.broker.BrokerFilter
Exception
BrokerFilter.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.Region
addDestination
in class org.apache.activemq.broker.BrokerFilter
Exception
BrokerFilter.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.Region
removeDestination
in class org.apache.activemq.broker.BrokerFilter
Exception
BrokerFilter.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.Region
addConsumer
in class org.apache.activemq.broker.BrokerFilter
Exception
BrokerFilter.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.Broker
addProducer
in interface org.apache.activemq.broker.region.Region
addProducer
in class org.apache.activemq.broker.BrokerFilter
Exception
BrokerFilter.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.Region
send
in class org.apache.activemq.broker.BrokerFilter
Exception
BrokerFilter.send(org.apache.activemq.broker.ProducerBrokerExchange, org.apache.activemq.command.Message)
Copyright © 2016 Internet2. All rights reserved.