public interface BridgeControl extends HornetQComponentControl
Modifier and Type | Method and Description |
---|---|
String |
getDiscoveryGroupName()
Returns the name of the discovery group used by this bridge.
|
String |
getFilterString()
Returns the filter string associated to this bridge.
|
String |
getForwardingAddress()
Returns the address this bridge will forward messages to.
|
String |
getName()
Returns the name of this bridge
|
String |
getQueueName()
Returns the name of the queue this bridge is consuming messages from.
|
int |
getReconnectAttempts()
Returns the number of reconnection attempts used by this bridge.
|
long |
getRetryInterval()
Returns the retry interval used by this bridge.
|
double |
getRetryIntervalMultiplier()
Returns the retry interval multiplier used by this bridge.
|
String[] |
getStaticConnectors()
Returns any list of static connectors used by this bridge
|
String |
getTransformerClassName()
Return the name of the org.hornetq.core.server.cluster.Transformer implementation associated to this bridge.
|
boolean |
isHA()
Returns whether this bridge is using high availability
|
boolean |
isUseDuplicateDetection()
Returns whether this bridge is using duplicate detection.
|
isStarted, start, stop
String getName()
String getQueueName()
String getForwardingAddress()
String getFilterString()
String getTransformerClassName()
String[] getStaticConnectors() throws Exception
Exception
String getDiscoveryGroupName()
long getRetryInterval()
double getRetryIntervalMultiplier()
int getReconnectAttempts()
boolean isUseDuplicateDetection()
boolean isHA()
Copyright © 2018 JBoss by Red Hat. All rights reserved.