java.lang.Object | |
↳ | org.mule.modules.sqs.Config |
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
connectionId | |||||||||||
connectionTimeout | The amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out. | ||||||||||
defaultQueueName | Name of the queue to connect, if one does not exist the connector will automatically create one. | ||||||||||
msgQueue | Message Queue | ||||||||||
msgQueueAsync | |||||||||||
protocol | The optional communication protocol to use when sending requests to AWS. | ||||||||||
proxyDomain | The optional proxy domain | ||||||||||
proxyHost | The optional proxy port | ||||||||||
proxyPassword | The optional proxy password | ||||||||||
proxyPort | The optional proxy port | ||||||||||
proxyUsername | The optional proxy username | ||||||||||
proxyWorkstation | The optional proxy workstation | ||||||||||
region | Queue Region | ||||||||||
socketTimeout | The amount of time to wait (in milliseconds) for data to be transferred over an established, open connection before the connection is timed out. | ||||||||||
url | Queue URL takes priority over the Queue Name and is required if Queue Name has not been defined. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out. A value of 0 means infinity, and is not recommended.
Name of the queue to connect, if one does not exist the connector will automatically create one. Required if Queue URL has not been defined.
Message Queue
The optional communication protocol to use when sending requests to AWS. Communication over HTTPS is the default
The optional proxy domain
The optional proxy port
The optional proxy password
The optional proxy port
The optional proxy username
The optional proxy workstation
The amount of time to wait (in milliseconds) for data to be transferred over an established, open connection before the connection is timed out. A value of 0 means infinity, and is not recommended.
Queue URL takes priority over the Queue Name and is required if Queue Name has not been defined.
accessKey | AWS access key |
---|---|
secretKey | AWS secret key |
ConnectionException | If a connection cannot be made due to invalid credentials or if a network connection is not available. |
---|
accessKey |
---|
connectionTimeout |
---|
defaultQueueName |
---|
msgQueue |
---|
msgQueueAsync |
---|
protocol |
---|
proxyDomain |
---|
proxyHost |
---|
proxyPassword |
---|
proxyPort |
---|
proxyUsername |
---|
proxyWorkstation |
---|
socketTimeout |
---|
queueUrl |
---|
accessKey | AWS access key |
---|---|
secretKey | AWS secret key |
ConnectionException | If a connection cannot be made due to invalid credentials or if a network connection is not available. |
---|