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 |
getRoutingType()
Returns the routing type used by this divert.
|
String |
getTransformerClassName()
Return the name of the org.apache.activemq.artemis.core.server.cluster.Transformer implementation associated with this divert.
|
Map<String,String> |
getTransformerProperties()
Returns a map of the properties configured for the transformer.
|
String |
getTransformerPropertiesAsJSON()
Returns a map of the properties configured for the transformer.
|
String |
getUniqueName()
Returns the cluster-wide unique name of this divert.
|
boolean |
isExclusive()
Returns whether this divert is exclusive.
|
boolean |
isRetroactiveResource() |
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()
String getTransformerPropertiesAsJSON()
Map<String,String> getTransformerProperties() throws Exception
Exception
String getRoutingType()
boolean isRetroactiveResource()
Copyright © 2021 JBoss by Red Hat. All rights reserved.