|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.broker.region.DestinationFilter
org.apache.activemq.broker.region.virtual.CompositeDestinationFilter
public class CompositeDestinationFilter
Represents a composite Destination where send()s are replicated to
each Destination instance.
| Field Summary |
|---|
| Fields inherited from interface org.apache.activemq.broker.region.Destination |
|---|
DEFAULT_BLOCKED_PRODUCER_WARNING_INTERVAL, DEFAULT_DEAD_LETTER_STRATEGY |
| Constructor Summary | |
|---|---|
CompositeDestinationFilter(Destination next,
java.util.Collection forwardDestinations,
boolean forwardOnly,
boolean copyMessage)
|
|
| Method Summary | |
|---|---|
void |
send(ProducerBrokerExchange context,
Message message)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeDestinationFilter(Destination next,
java.util.Collection forwardDestinations,
boolean forwardOnly,
boolean copyMessage)
| Method Detail |
|---|
public void send(ProducerBrokerExchange context,
Message message)
throws java.lang.Exception
send in interface Destinationsend in class DestinationFilterjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||