org.apache.activemq.broker.region.virtual
Class CompositeDestinationFilter
java.lang.Object
org.apache.activemq.broker.region.DestinationFilter
org.apache.activemq.broker.region.virtual.CompositeDestinationFilter
- All Implemented Interfaces:
- Destination, Service, Task
public class CompositeDestinationFilter
- extends DestinationFilter
Represents a composite Destination
where send()s are replicated to
each Destination instance.
- Version:
- $Revision: 646299 $
Methods inherited from class org.apache.activemq.broker.region.DestinationFilter |
acknowledge, addProducer, addSubscription, browse, dispose, fastProducer, gc, getActiveMQDestination, getBlockedProducerWarningInterval, getConsumers, getCursorMemoryHighWaterMark, getDeadLetterStrategy, getDestinationStatistics, getMaxAuditDepth, getMaxBrowsePageSize, getMaxPageSize, getMaxProducersToAudit, getMemoryUsage, getMessageStore, getMinimumMessageSize, getName, isActive, isEnableAudit, isFull, isLazyDispatch, isProducerFlowControl, isUseCache, iterate, messageConsumed, messageDelivered, messageDiscarded, messageExpired, messageExpired, processDispatchNotification, removeProducer, removeSubscription, send, setBlockedProducerWarningInterval, setCursorMemoryHighWaterMark, setEnableAudit, setLazyDispatch, setMaxAuditDepth, setMaxBrowsePageSize, setMaxPageSize, setMaxProducersToAudit, setMinimumMessageSize, setProducerFlowControl, setUseCache, slowConsumer, start, stop, wakeup |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeDestinationFilter
public CompositeDestinationFilter(Destination next,
Collection forwardDestinations,
boolean forwardOnly,
boolean copyMessage)
send
public void send(ProducerBrokerExchange context,
Message message)
throws Exception
- Specified by:
send
in interface Destination
- Overrides:
send
in class DestinationFilter
- Throws:
Exception
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.