public interface DivertControl
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Returns the origin address used by this divert.
|
String |
getFilter()
Returns the filter used by this divert.
|
String |
getForwardingAddress()
Returns the forwarding address used by this divert.
|
String |
getRoutingName()
Returns the routing name of this divert.
|
String |
getTransformerClassName()
Return the name of the org.hornetq.core.server.cluster.Transformer implementation associated to this bridge.
|
String |
getUniqueName()
Returns the cluster-wide unique name of this divert.
|
boolean |
isExclusive()
Returns whether this divert is exclusive.
|
String getFilter()
boolean isExclusive()
true
messages will be exclusively diverted and will not be routed to the origin address,
else messages will be routed both to the origin address and the forwarding address.String getUniqueName()
String getRoutingName()
String getAddress()
String getForwardingAddress()
String getTransformerClassName()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.