AWS SQS Queue: AmazonClientException: Failed to schedule request

191 views Asked by At

Getting this error when trying to upload the message in AWS SQS queue:

Error in calling sqs
Failed to send message to QueueMessageChannel[QueueMessageChannel@2bc20c83];
nested exception is com.amazonaws.AmazonClientException: Failed to schedule request
{QueueUrl: https://sqs.ca-central-1.amazonaws.com/091072499599/abc-ABC_REPOSITORY_SERVICE_QUEUE_DEV,
MessageBody:{"ABCRequestId":"YmNjZGI0ZDktZmM3NS00MzdkLTlhZTctMTg0NWUxN2Q4MjQ5"}
0

There are 0 answers