Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
38 views

On errors in my service (while consuming a message) Mass Transit will attempt to send the message to an '_error' queue and will fail due to an SQS hard limit on message Attributes: MassTransit....
JordanC's user avatar
  • 23
1 vote
1 answer
74 views

I'm trying to filter based on metadata values of incoming SQS events, not what is in their body. From the documentation, it is mentioned that there is a messageAttributes attribute. I want to filter ...
Pablo's user avatar
  • 1,013
0 votes
0 answers
39 views

I am using Node.js and the SQS client to listen to a FIFO queue and process events. It works when I run it in Node, but I would ideally like to compile an exe with all its dependencies and run the exe....
codernoob8's user avatar
-4 votes
1 answer
72 views

I'm looking into encrypting an SQS Queue that I've got using the CDK, and as options, there are Encryption type Description UNENCRYPTED Messages in the queue are not encrypted. KMS_MANAGED Server-side ...
Animals4Life's user avatar
0 votes
0 answers
48 views

I'm upgrading from camel-aws to camel-aws2. All in all, everything seems to be working. However, I keep getting these warnings in the logs: WARN 23652 --- [Camel (camel-1) thread #11 - seda://to-image-...
UncleBob's user avatar
  • 1,403
Advice
0 votes
2 replies
61 views

I am working on a Spring Boot 3.5.0 application that publishes messages to an AWS SQS FIFO queue. My requirement is: When sending a message to SQS: If it fails (network error, AWS error etc.), the ...
IronMan's user avatar
  • 49
1 vote
0 answers
53 views

Beat seems to be sending the messages into SQS very slowly, about 100/minute. Every Sunday I have a sendout to about 16k users, and they're all booked for 6.30pm. Beat starts picking it up at the ...
Diogo Freire's user avatar
0 votes
0 answers
71 views

I’m running a high-concurrency Laravel application on an EC2 instance using RoadRunner (12 PHP workers). Each incoming request simply publishes a message to AWS SQS — that’s all it does. The problem: ...
Alexis R's user avatar
  • 323
0 votes
1 answer
41 views

I am trying to push incoming data to AWS SQS in WSO2 MI 4.4.0 using AWS SQS connector v3.0.1. Integration: WSO2 MI 4.4.0 Developer Tool: WSO2 MI for VS Code extension OS: Ubuntu 22.04 Proxy server: ...
Justin's user avatar
  • 997
0 votes
0 answers
64 views

I am running this worker: php -d memory_limit=-1 bin/console messenger:consume sqs_channel_manager -vv And worker fails: 14:29:32 INFO [messenger] Received message App\Domain\Event\ChannelManager\...
Dimitrios Desyllas's user avatar
0 votes
1 answer
80 views

Upon a symfony app I try to use localstack for local sqs: services: php: container_name: php build: context: ./php args: TIMEZONE: ${...
Dimitrios Desyllas's user avatar
0 votes
1 answer
79 views

I am configuring SQS client as shown in the below snippet: SqsClient client = SqsClient.builder() .region(region) .credentialsProvider(DefaultCredentialsProvider.create(...
Rishi Chaturvedi's user avatar
1 vote
2 answers
75 views

I'm working on an event-driven system using AWS SQS and facing a design decision when sending commands between services. The command triggers an operation in the receiving service, and that operation ...
Jeremwhy's user avatar
0 votes
2 answers
215 views

I have a lambda function that has an SQS queue as a trigger. I've understood that this sort of trigger causes a synchronous invocation, and that if I want a destination, it must be set up accordingly....
A-Abe's user avatar
  • 75
0 votes
0 answers
139 views

I'm facing an issue related to MongoDB connections while sending push notifications to users three times a day — morning, noon, and evening. I have a Lambda-based service that uses SQS and MongoDB. A ...
Muhammed Ladeed's user avatar
1 vote
1 answer
42 views

I'm working on an application that moves files from an sftp server to an AWS S3 bucket using an SQS message queue. Currently, the application is working but the permission policies in the template don'...
pbuchheit's user avatar
  • 1,839
2 votes
1 answer
54 views

If the producer sends a message to an SQS FIFO queue while another message with the same de-duplication ID is in-flight (read by the consumer but not yet committed), will the new message be dropped as ...
Guillermo Gutiérrez's user avatar
0 votes
0 answers
57 views

Celery Worker Delay: Task Received but Execution Starts After 30+ Seconds Environment Python 3.9.7 Celery 5.5.3 kombu 5.5.4 billiard 4.2.1 AWS SQS as message broker Docker container running on m1 ...
H.Amos's user avatar
  • 33
0 votes
1 answer
43 views

I am trying to insert a record in dynamodb and then get it processed using a lambda via SQS. This record contains a complex object. When I am inserting it using the sdk, i am able to see the record in ...
AppleBud's user avatar
  • 1,541
2 votes
1 answer
48 views

AWS Lambda documentation says: Lambda scales your function by running additional instances of it as demand increases, and by stopping instances as demand decreases. This model leads to variations in ...
nanosoft's user avatar
  • 3,121
0 votes
1 answer
86 views

I am trying to trigger an SFN using SQS + Pipes, and I wanted to know if it's possible to configure the name of the SFN execution based on the payload. Example: If the event is as follows: {"...
some_programmer's user avatar
0 votes
1 answer
198 views

I meet a problem and can't sovle it even though i search in AWS docs. I got doc from this link: https://docs.aws.amazon.com/sdkref/latest/guide/understanding-sso.html https://docs.aws.amazon.com/...
Leo's user avatar
  • 25
0 votes
1 answer
126 views

So - we have a cloud watch alarm for the age of the oldest message in an SQS queue. Basically to alert us if consumers aren't doing their job/keeping up. It started going bonkers today because ...
DrTeeth's user avatar
  • 1,437
1 vote
1 answer
175 views

I am running into the following issue using the event source mapping filter with sqs lambda trigger in terraform the trigger with filter looks like this resource "aws_lambda_event_source_mapping&...
satyendra's user avatar
  • 111
-2 votes
1 answer
89 views

If a lambda has multiple SQS queue triggers, how the polling for events is balanced? Specifically, if one of the SQS queues (Queue A) has a batch size of 10 and the other (Queue B) has a batch size of ...
meinfr13nd's user avatar
0 votes
1 answer
118 views

I want to send a message from the task running ECS cluster in Account A to the SQS in account B. Referrring different documentation to do the setup, i'm little confused as it is mentioned in few cases ...
Rajashree Gr's user avatar
0 votes
0 answers
14 views

I have an Apache airflow DAG which is receiving messages from SNS-SQS with the code task1 = SqsSensor ( task_id="SqsSensor name", sqs queue="Queue name", max_messages=...
SAGAR KUMAR's user avatar
0 votes
0 answers
90 views

Even after deleting messages from SQS queue, the messages still show up. I understand that if any other thread picks up a message which is being processed by other thread or process when the ...
Spartacus's user avatar
  • 454
0 votes
0 answers
36 views

For a GraphQL request, in our resolver, we often need to insert messages to an AWS SQS queue which then triggers a Lambda function. So we wanted to batch all invocations to our util function (where we ...
Piyush Bhakat's user avatar
0 votes
0 answers
86 views

I wanted to mention a (supposed) issue with AWS SQS. The logic is simple: an SNS topic that has a subscription to a queue. It works with one way of creating it and not with others. The fact is that ...
xdev's user avatar
  • 15
0 votes
1 answer
189 views

I have a Localstack repository which starts up using Docker Compose. The relevant part of the Docker Compose file is as follows: version: '3.4' services: localstack: image: localstack/...
Martin Bamford's user avatar
0 votes
0 answers
130 views

I am totally at a loss trying to figure out a seemingly simple thing and all searches are taking me in different directions, except offering the clear solution. I have a python application (not flask/...
King Bob's user avatar
0 votes
1 answer
203 views

I am upgrading a microservices-based system from Java 17 to Java 21, running on Spring Boot 3 and Spring Framework 6. My application sends a custom object (Event) to an AWS SQS queue, but my message ...
Zoe's user avatar
  • 435
1 vote
1 answer
141 views

I’m facing an issue with a webhook system built using AWS SQS FIFO queues, EventBridge Pipes, Step Functions, and Lambda. Here’s the setup: • SQS FIFO Queue: • Receives webhook messages containing ...
Junsu's user avatar
  • 51
0 votes
1 answer
140 views

I'm trying to create a microservice to consume SQS messages and call an API, but after importing in the dependency for SQS via maven <!-- https://mvnrepository.com/artifact/software.amazon.awssdk/...
Zenin0's user avatar
  • 63
0 votes
0 answers
108 views

I have a k3s cluster setup with the Argo Events framework. I have an AWS SQS queue set up. The event source and sensor are configured properly (Every time I send a message to the queue manually ...
Cerberus's user avatar
1 vote
1 answer
85 views

I have one spring boot project with 2 separate SQS queues. Each SQS queue is in a separate AWS account with a separate IAM user. I have two separate config classes where I configure SqsAsyncClient ...
apfalz's user avatar
  • 788
0 votes
0 answers
92 views

I have an application that is supposed to consume messages from a given SQS queue. My method is specified as the following: @SqsListener(value = "TEST-QUEUE.fifo", deletionPolicy = ...
Rafael Carrillo's user avatar
0 votes
1 answer
244 views

I am configuring a workflow where messages from an SQS queue trigger AWS Batch jobs, and the content of these messages is passed as environment variables to the container executing the job. I am using ...
Max Ferreira's user avatar
0 votes
0 answers
71 views

I am using Amazon SQS FIFO to process events received from a Salesforce subscription. Each event contains a recordId, and we use it to call the Salesforce API to fetch additional details before ...
Karan Kanwal's user avatar
0 votes
1 answer
49 views

Masstransit- how to enable Encryption for Amazon queue. I am using AWSSQS queue/topic for messaging purposes & wanted to enable server-side encryption. I am not using ReceiveEndPoint function so ...
Dee's user avatar
  • 1
-2 votes
1 answer
81 views

Config for localstack setup: localstack image:0.14.3 (I have tried other images but same result) pom: springboot:3.3.1, spring-boot-starter-test, testcontainers-bom: 1.18.3, localstack runtime: Java ...
riteshmaurya's user avatar
0 votes
0 answers
44 views

I have setup two queues (calculator-webhook-queue & offers-queue) on Amazon SQS with the following code:- In .env file QUEUE_CONNECTION=sqs AWS_DEFAULT_REGION=us-east-1 AWS_ACCESS_KEY_ID=******* ...
Dawood Faiz's user avatar
0 votes
1 answer
54 views

I am trying to include the API Gateway Request Id in my SQS message, so that I can log it in the consuming Lambda for tracing. My mapping template is as follows: Action=SendMessage&MessageBody=$...
gweilo's user avatar
  • 63
1 vote
1 answer
204 views

I hava been reading about using pollTimeoutSeconds in @SqsListener from Spring Cloud AWS. Look at this configuration: @SqsListener(value = "my-queue", pollTimeoutSeconds = "10", ...
javaTry's user avatar
  • 1,355
0 votes
0 answers
180 views

I am sending a message to SQS FIFO which triggers the lambda. The message is received as shown in console, and the lambda is triggered, but the event is empty when read by the lambda function. ... ...
Waleed93's user avatar
  • 1,332
0 votes
0 answers
24 views

I have a aws event bridge pipe where I am calling a 3rd party api using api destination, payload like: { "request_id": 123, "FirstName": "Launch", "LastName": &...
Sukanta Sarkar's user avatar
0 votes
0 answers
65 views

I'm using Celery to consume messages from SQS queue. The queue is Standard type. There are cases [exceptions caught] when I explicitly re-enqueue tasks back to the queue. def run(self): ...
Azima's user avatar
  • 4,161
0 votes
1 answer
71 views

We are using Java to send/receive messages from SNS/SQS. When we publish the message, we are doing this: final var req = PublishRequest.builder() .topicArn(topicArn) .message(payload) ....
Josh M.'s user avatar
  • 28.1k
0 votes
2 answers
194 views

I am trying to set up what I thought initially was an easy pipeline. I have 2 SQS queues and 2 lambdas that should work sequentially. The problem is that my lambdas do a heavy job so I want 1 message ...
Vahagn's user avatar
  • 426

1
2 3 4 5
87