Amazon Simple Queue Service (SQS) is a fully managed message queuing service provided by Amazon Web Services (AWS). It enables decoupling and asynchronous communication between distributed software components or microservices.
AWS Simple Queue Sender
Queue Name: Queue name refers to the unique identifier or label assigned to a specific queue within the service.
AWS Credential: Aws credentials refer to the authentication information used to perform data transfers using Aws Simple Queue Service. The name of a previously defined credential is provided.
Region: The region in which SQS client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1)
Maximum Messages Per Poll: Gets the maximum number of messages as a limit to poll at each polling. Is default unlimited, but use 0 or negative number to disable it as unlimited.
Delay: Milliseconds before the next poll.
Delete After Read: Delete message from SQS after it has been read.
AWS Simple Queue Receiver
Queue Name: Queue name refers to the unique identifier or label assigned to a specific queue within the service.
AWS Credential: Aws credentials refer to the authentication information used to perform data transfers using Aws Simple Queue Service. The name of a previously defined credential is provided.
Region: The region in which SQS client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1)
Get in touch with us to kickstart your integration journey.