public abstract class AbstractSQSConnectorFactory extends Object implements SQSConnectorFactory
Modifier and Type | Field and Description |
---|---|
protected boolean |
_isSecure |
protected org.apache.commons.logging.Log |
_log |
protected long |
_receiveCheckIntervalMs |
static int |
DEFAULT_RECEIVE_CHECK_INTERVAL_MS |
Constructor and Description |
---|
AbstractSQSConnectorFactory() |
Modifier and Type | Method and Description |
---|---|
SQSConnector |
getInstance(String awsAccessKey,
String awsSecretKey) |
abstract SQSConnector |
getInstance(String awsAccessKey,
String awsSecretKey,
String awsSQSEndpoint,
String awsSNSEndpoint) |
void |
setReceiveCheckIntervalMs(long receiveCheckIntervalMs) |
void |
setSecure(boolean secure) |
protected final org.apache.commons.logging.Log _log
public static final int DEFAULT_RECEIVE_CHECK_INTERVAL_MS
protected boolean _isSecure
protected long _receiveCheckIntervalMs
public abstract SQSConnector getInstance(String awsAccessKey, String awsSecretKey, String awsSQSEndpoint, String awsSNSEndpoint) throws javax.jms.JMSException
getInstance
in interface SQSConnectorFactory
javax.jms.JMSException
public SQSConnector getInstance(String awsAccessKey, String awsSecretKey) throws javax.jms.JMSException
getInstance
in interface SQSConnectorFactory
javax.jms.JMSException
public void setSecure(boolean secure)
public void setReceiveCheckIntervalMs(long receiveCheckIntervalMs)
Copyright © 2014. All Rights Reserved.