Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [amazon-sqs]

Amazon Simple Queue Service (Amazon SQS) offers a reliable, highly scalable, hosted queue for storing messages as they travel between computers.

0 votes
1 answer
19 views

While creating AWS SQS queue in kotlin getting aws.smithy.kotlin.runtime.serde.DeserializationException: Unexpected JSON token at offset 0; exception

I am trying to create AWS SQS queue, getting the below error: aws.smithy.kotlin.runtime.serde.DeserializationException: Unexpected JSON token at offset 0; found \<, expected one of {, \[, ", ...
sbalu's user avatar
  • 1
0 votes
0 answers
19 views

AWS SQS message stuck in "available" state

I am using AWS SQS in my project. I do not have full knowledge about how does it works but as you can see the count in messages available state is increasing . The messages available is piling up and ...
Shagun Rai's user avatar
0 votes
0 answers
14 views

Re-publish message to the same queue in MassTransit

I use masstransit 8 + amazon sqs/sns, the app is running in Windows Docker container. My consumer is processing message by scheduled time it can be up to few hours. Due to sqs limitation max delay ...
JohnyMotorhead's user avatar
0 votes
0 answers
9 views

Does apache camel support AWS SQS temporary queues?

So I discovered that there is a thing called Amazon SQS temporary queues. So I'm just wondering, does Apache Camel framework support this feature, and how does it work with request-response pattern? ...
typaclever's user avatar
0 votes
0 answers
11 views

AWS Step Functions vs SNS for Full stack Controller-Model(s) Lambda Functions

I'm building a full-stack application using AWS and I'm currently working on my backend services; I have a Controller lambda that will communicate to other Model lambdas such as a CognitoModel, ...
Om Patel's user avatar
0 votes
0 answers
22 views

Failed to send SQS message for ECS container without any error description

I have code running inside ECS container, with the following code to send SQS message: import { SQSClient, SendMessageCommand } from "@aws-sdk/client-sqs"; import { MAX_ATTEMPTS } from &...
Tal Rofe's user avatar
0 votes
1 answer
27 views

Understanding of the AWS SQS visibility timeout

In my AWS infrastructure, I have an SQS queue and a Lambda function. The SQS queue has a visiblity timeout setting of 0, and no delivery delay, and a receiveMessageWaitTime of 0. The SQS queue has a ...
Dominique M's user avatar
0 votes
0 answers
48 views

MassTransit: Implement Delay Redelivery in Amazon SQS FIFO queue

Statement: I'm trying to implement a solution that would allow messages in a FIFO queue to be delayed when there is some kind of transient error, while taking into account that no other messages in ...
GomalId's user avatar
  • 65
0 votes
1 answer
19 views

VPC SQS Endpoint dont show any dataflow for event from S3 to SQS and SQS to Lambda

I've a S3 bucket that notifies SQS for put and copy events. and SQS is trigger private Lambda. Lambda is running under a VPC in private subnet. Data is flowing successfully and S3 to SQS and to ...
Zeeshan Asghar's user avatar
1 vote
0 answers
43 views

SNS not publishing message to SQS

Using publishMessage() method, I am able to create dynamic topics, subscribing with dynamic queues, but sns not publishing messsage to sqs. What is the issues here? public void publishMessage(...
Sathiamoorthy's user avatar
0 votes
1 answer
21 views

Lambda not working trigger message from SQS FIFO, but it does from SQS Standard

i just created lambda function that have trigger from SQS FIFO, but somehow not working. Already add the AWSLambdaSQSQueueExecutionRole and AmazonSQSFullAccess to the lambda, but seems not working. ...
Agani Satria's user avatar
0 votes
1 answer
41 views

How to provide AWS credentials in an android studio mobile app (kotlin)?

I have a mobile app that I am making in android studio and I want to send a message to an AWS SQS server when the user does something. However, I am running in to problems with giving credentials to ...
Lemon's user avatar
  • 1
0 votes
0 answers
23 views

can sqs receive message without consumer?

I'm recently using amazon sqs in my project. my workflow goes like this. service 'A' send message to fifo queue 'a'. service 'A' doesn't have a consumer. service 'B' receive message from 'a' by ...
rin's user avatar
  • 75
0 votes
0 answers
49 views

AWS SQS – failed message clogs queue

I have a long running-task (10 minutes) executed via a lambda function. The visibility timeout for my (Standard) SQS queue is set to 15 minutes and the lambda event source for the queue has a max ...
florian norbert bepunkt's user avatar
0 votes
1 answer
32 views

How to Run AWS lambda code parallel with SNS to SQS architecture

I have a problem. Let's say there's an external system, and an AWS Lambda function retrieves data from this system, converts it to a CSV, stores it on S3, and triggers an SNS event. This event then ...
Ayush Gupta's user avatar

15 30 50 per page
1
2 3 4 5
287