org.hornetq.jms.bridge
Interface JMSBridgeControl
- All Superinterfaces:
- HornetQComponentControl
- All Known Implementing Classes:
- JMSBridgeControlImpl
public interface JMSBridgeControl
- extends HornetQComponentControl
A JMSBridgeControl
- Author:
- Jose de Castro
pause
void pause()
throws Exception
- Throws:
Exception
resume
void resume()
throws Exception
- Throws:
Exception
getSourceUsername
String getSourceUsername()
setSourceUsername
void setSourceUsername(String name)
getSourcePassword
String getSourcePassword()
setSourcePassword
void setSourcePassword(String pwd)
getTargetUsername
String getTargetUsername()
setTargetUsername
void setTargetUsername(String name)
getTargetPassword
String getTargetPassword()
setTargetPassword
void setTargetPassword(String pwd)
getSelector
String getSelector()
setSelector
void setSelector(String selector)
getFailureRetryInterval
long getFailureRetryInterval()
setFailureRetryInterval
void setFailureRetryInterval(long interval)
getMaxRetries
int getMaxRetries()
setMaxRetries
void setMaxRetries(int retries)
getQualityOfServiceMode
String getQualityOfServiceMode()
setQualityOfServiceMode
void setQualityOfServiceMode(String mode)
getMaxBatchSize
int getMaxBatchSize()
setMaxBatchSize
void setMaxBatchSize(int size)
getMaxBatchTime
long getMaxBatchTime()
setMaxBatchTime
void setMaxBatchTime(long time)
getSubscriptionName
String getSubscriptionName()
setSubscriptionName
void setSubscriptionName(String subname)
getClientID
String getClientID()
setClientID
void setClientID(String clientID)
getTransactionManagerLocatorClass
String getTransactionManagerLocatorClass()
setTransactionManagerLocatorClass
void setTransactionManagerLocatorClass(String transactionManagerLocatorClass)
getTransactionManagerLocatorMethod
String getTransactionManagerLocatorMethod()
setTransactionManagerLocatorMethod
void setTransactionManagerLocatorMethod(String transactionManagerLocatorMethod)
isAddMessageIDInHeader
boolean isAddMessageIDInHeader()
setAddMessageIDInHeader
void setAddMessageIDInHeader(boolean value)
isPaused
boolean isPaused()
isFailed
boolean isFailed()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.