default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.accessKey(String accessKey) |
Amazon AWS Access Key.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.amazonAWSHost(String amazonAWSHost) |
The hostname of the Amazon AWS cloud.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.amazonSQSClient(com.amazonaws.services.sqs.AmazonSQS amazonSQSClient) |
To use the AmazonSQS as client.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.attributeNames(String attributeNames) |
A list of attribute names to receive when consuming.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.autoCreateQueue(boolean autoCreateQueue) |
Setting the autocreation of the queue.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.autoDiscoverClient(boolean autoDiscoverClient) |
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
static AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.awsSqs() |
AWS Simple Queue Service (SQS) (camel-aws-sqs)
Sending and receive messages to/from AWS SQS service.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.concurrentConsumers(int concurrentConsumers) |
Allows you to use multiple threads to poll the sqs queue to increase
throughput.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.configuration(org.apache.camel.component.aws.sqs.SqsConfiguration configuration) |
The component configuration.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.defaultVisibilityTimeout(Integer defaultVisibilityTimeout) |
The default visibility timeout (in seconds).
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.delayQueue(boolean delayQueue) |
Define if you want to apply delaySeconds option to the queue or on
single messages.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.delaySeconds(Integer delaySeconds) |
Delay sending messages for a number of seconds.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.deleteAfterRead(boolean deleteAfterRead) |
Delete message from SQS after it has been read.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.deleteIfFiltered(boolean deleteIfFiltered) |
Whether or not to send the DeleteMessage to the SQS queue if an
exchange fails to get through a filter.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.extendMessageVisibility(boolean extendMessageVisibility) |
If enabled then a scheduled background task will keep extending the
message visibility on SQS.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.kmsDataKeyReusePeriodSeconds(Integer kmsDataKeyReusePeriodSeconds) |
The length of time, in seconds, for which Amazon SQS can reuse a data
key to encrypt or decrypt messages before calling AWS KMS again.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.kmsMasterKeyId(String kmsMasterKeyId) |
The ID of an AWS-managed customer master key (CMK) for Amazon SQS or
a custom CMK.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.maximumMessageSize(Integer maximumMessageSize) |
The maximumMessageSize (in bytes) an SQS message can contain for this
queue.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.messageAttributeNames(String messageAttributeNames) |
A list of message attribute names to receive when consuming.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.messageDeduplicationIdStrategy(String messageDeduplicationIdStrategy) |
Only for FIFO queues.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.messageGroupIdStrategy(String messageGroupIdStrategy) |
Only for FIFO queues.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.messageRetentionPeriod(Integer messageRetentionPeriod) |
The messageRetentionPeriod (in seconds) a message will be retained by
SQS for this queue.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.operation(org.apache.camel.component.aws.sqs.SqsOperations operation) |
The operation to do in case the user don't want to send only a
message.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.policy(String policy) |
The policy for this queue.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.protocol(String protocol) |
The underlying protocol used to communicate with SQS.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.proxyHost(String proxyHost) |
To define a proxy host when instantiating the SQS client.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.proxyPort(Integer proxyPort) |
To define a proxy port when instantiating the SQS client.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.proxyProtocol(com.amazonaws.Protocol proxyProtocol) |
To define a proxy protocol when instantiating the SQS client.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.queueOwnerAWSAccountId(String queueOwnerAWSAccountId) |
Specify the queue owner aws account id when you need to connect the
queue with different account owner.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.queueUrl(String queueUrl) |
To define the queueUrl explicitly.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.receiveMessageWaitTimeSeconds(Integer receiveMessageWaitTimeSeconds) |
If you do not specify WaitTimeSeconds in the request, the queue
attribute ReceiveMessageWaitTimeSeconds is used to determine how long
to wait.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.redrivePolicy(String redrivePolicy) |
Specify the policy that send message to DeadLetter queue.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.region(String region) |
Specify the queue region which could be used with
queueOwnerAWSAccountId to build the service URL.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.secretKey(String secretKey) |
Amazon AWS Secret Key.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.serverSideEncryptionEnabled(boolean serverSideEncryptionEnabled) |
Define if Server Side Encryption is enabled or not on the queue.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.visibilityTimeout(Integer visibilityTimeout) |
The duration (in seconds) that the received messages are hidden from
subsequent retrieve requests after being retrieved by a
ReceiveMessage request to set in the
com.amazonaws.services.sqs.model.SetQueueAttributesRequest.
|
default AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder |
AwsSqsComponentBuilderFactory.AwsSqsComponentBuilder.waitTimeSeconds(Integer waitTimeSeconds) |
Duration in seconds (0 to 20) that the ReceiveMessage action call
will wait until a message is in the queue to include in the response.
|