- secretPropertyNames() - Method in class org.apache.camel.component.aws2.sqs.Sqs2EndpointUriFactory
-
- setAccessKey(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Amazon AWS Access Key
- setAmazonAWSHost(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
The hostname of the Amazon AWS cloud.
- setAmazonSQSClient(SqsClient) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
To use the AmazonSQS as client
- setAttributeNames(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
A list of attribute names to receive when consuming.
- setAutoCreateQueue(boolean) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Setting the autocreation of the queue
- setClient(SqsClient) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Endpoint
-
- setConcurrentConsumers(int) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Allows you to use multiple threads to poll the sqs queue to increase throughput
- setConfiguration(Sqs2Configuration) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Component
-
The AWS SQS default configuration
- setConfiguration(Sqs2Configuration) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Endpoint
-
- setDefaultVisibilityTimeout(Integer) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
The default visibility timeout (in seconds)
- setDelayQueue(boolean) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Define if you want to apply delaySeconds option to the queue or on single messages
- setDelaySeconds(Integer) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Delay sending messages for a number of seconds.
- setDeleteAfterRead(boolean) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Delete message from SQS after it has been read
- setDeleteIfFiltered(boolean) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Whether or not to send the DeleteMessage to the SQS queue if an exchange fails to get through a filter.
- setExtendMessageVisibility(boolean) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
If enabled then a scheduled background task will keep extending the message visibility on SQS.
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Endpoint
-
To use a custom HeaderFilterStrategy to map headers to/from Camel.
- setKmsDataKeyReusePeriodSeconds(Integer) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
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.
- setKmsMasterKeyId(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK.
- setMaximumMessageSize(Integer) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
The maximumMessageSize (in bytes) an SQS message can contain for this queue.
- setMaxMessagesPerPoll(int) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Endpoint
-
Gets the maximum number of messages as a limit to poll at each polling.
- setMessageAttributeNames(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
A list of message attribute names to receive when consuming.
- setMessageDeduplicationIdStrategy(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Only for FIFO queues.
- setMessageDeduplicationIdStrategy(MessageDeduplicationIdStrategy) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
- setMessageGroupIdStrategy(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Only for FIFO queues.
- setMessageGroupIdStrategy(MessageGroupIdStrategy) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
- setMessageRetentionPeriod(Integer) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
The messageRetentionPeriod (in seconds) a message will be retained by SQS for this queue.
- setOperation(Sqs2Operations) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
The operation to do in case the user don't want to send only a message
- setPolicy(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
The policy for this queue
- setProtocol(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
The underlying protocol used to communicate with SQS
- setProxyHost(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
To define a proxy host when instantiating the SQS client
- setProxyPort(Integer) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
To define a proxy port when instantiating the SQS client
- setProxyProtocol(Protocol) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
To define a proxy protocol when instantiating the SQS client
- setQueueName(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Name of queue.
- setQueueOwnerAWSAccountId(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Specify the queue owner aws account id when you need to connect the queue with different account owner.
- setQueueUrl(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
To define the queueUrl explicitly.
- setReceiveMessageWaitTimeSeconds(Integer) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
If you do not specify WaitTimeSeconds in the request, the queue attribute ReceiveMessageWaitTimeSeconds is used
to determine how long to wait.
- setRedrivePolicy(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Specify the policy that send message to DeadLetter queue.
- setRegion(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
The region in which SQS client needs to work.
- setSecretKey(String) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Amazon AWS Secret Key
- setServerSideEncryptionEnabled(boolean) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Define if Server Side Encryption is enabled or not on the queue
- setTrustAllCertificates(boolean) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
If we want to trust all certificates in case of overriding the endpoint
- setUseDefaultCredentialsProvider(boolean) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
Set whether the SQS client should expect to load credentials on an AWS infra instance or to expect static
credentials to be passed in.
- setVisibilityTimeout(Integer) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
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.
- setWaitTimeSeconds(Integer) - Method in class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
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.
- Sqs2ClientFactory - Class in org.apache.camel.component.aws2.sqs.client
-
Factory class to return the correct type of AWS SQS aws.
- Sqs2ClientIAMOptimized - Class in org.apache.camel.component.aws2.sqs.client.impl
-
Manage an AWS SQS client for all users to use.
- Sqs2ClientIAMOptimized(Sqs2Configuration) - Constructor for class org.apache.camel.component.aws2.sqs.client.impl.Sqs2ClientIAMOptimized
-
Constructor that uses the config file.
- Sqs2ClientStandardImpl - Class in org.apache.camel.component.aws2.sqs.client.impl
-
Manage an AWS SQS client for all users to use.
- Sqs2ClientStandardImpl(Sqs2Configuration) - Constructor for class org.apache.camel.component.aws2.sqs.client.impl.Sqs2ClientStandardImpl
-
Constructor that uses the config file.
- Sqs2Component - Class in org.apache.camel.component.aws2.sqs
-
For working with Amazon SQS SDK v2.
- Sqs2Component() - Constructor for class org.apache.camel.component.aws2.sqs.Sqs2Component
-
- Sqs2Component(CamelContext) - Constructor for class org.apache.camel.component.aws2.sqs.Sqs2Component
-
- Sqs2ComponentConfigurer - Class in org.apache.camel.component.aws2.sqs
-
Generated by camel build tools - do NOT edit this file!
- Sqs2ComponentConfigurer() - Constructor for class org.apache.camel.component.aws2.sqs.Sqs2ComponentConfigurer
-
- Sqs2ComponentVerifierExtension - Class in org.apache.camel.component.aws2.sqs
-
- Sqs2ComponentVerifierExtension() - Constructor for class org.apache.camel.component.aws2.sqs.Sqs2ComponentVerifierExtension
-
- Sqs2ComponentVerifierExtension(String) - Constructor for class org.apache.camel.component.aws2.sqs.Sqs2ComponentVerifierExtension
-
- Sqs2Configuration - Class in org.apache.camel.component.aws2.sqs
-
- Sqs2Configuration() - Constructor for class org.apache.camel.component.aws2.sqs.Sqs2Configuration
-
- Sqs2Constants - Interface in org.apache.camel.component.aws2.sqs
-
Constants used in Camel AWS SQS module
- Sqs2Consumer - Class in org.apache.camel.component.aws2.sqs
-
A Consumer of messages from the Amazon Web Service Simple Queue Service
AWS
SQS
- Sqs2Consumer(Sqs2Endpoint, Processor) - Constructor for class org.apache.camel.component.aws2.sqs.Sqs2Consumer
-
- Sqs2Endpoint - Class in org.apache.camel.component.aws2.sqs
-
Sending and receive messages to/from AWS SQS service using AWS SDK version 2.x.
- Sqs2Endpoint(String, Sqs2Component, Sqs2Configuration) - Constructor for class org.apache.camel.component.aws2.sqs.Sqs2Endpoint
-
- Sqs2EndpointConfigurer - Class in org.apache.camel.component.aws2.sqs
-
Generated by camel build tools - do NOT edit this file!
- Sqs2EndpointConfigurer() - Constructor for class org.apache.camel.component.aws2.sqs.Sqs2EndpointConfigurer
-
- Sqs2EndpointUriFactory - Class in org.apache.camel.component.aws2.sqs
-
Generated by camel build tools - do NOT edit this file!
- Sqs2EndpointUriFactory() - Constructor for class org.apache.camel.component.aws2.sqs.Sqs2EndpointUriFactory
-
- Sqs2HeaderFilterStrategy - Class in org.apache.camel.component.aws2.sqs
-
- Sqs2HeaderFilterStrategy() - Constructor for class org.apache.camel.component.aws2.sqs.Sqs2HeaderFilterStrategy
-
- Sqs2InternalClient - Interface in org.apache.camel.component.aws2.sqs.client
-
- Sqs2Operations - Enum in org.apache.camel.component.aws2.sqs
-
- Sqs2Producer - Class in org.apache.camel.component.aws2.sqs
-
A Producer which sends messages to the Amazon Web Service Simple Queue Service
AWS SQS
- Sqs2Producer(Sqs2Endpoint) - Constructor for class org.apache.camel.component.aws2.sqs.Sqs2Producer
-
- SQS_OPERATION - Static variable in interface org.apache.camel.component.aws2.sqs.Sqs2Constants
-
- SQS_QUEUE_PREFIX - Static variable in interface org.apache.camel.component.aws2.sqs.Sqs2Constants
-