Skip to main content
1 vote
2 answers
77 views

I’m processing webhook events using AWS Lambda + SQS, and I’m running into a race condition that causes duplicate processing, even with safeguards in place. I have tried adding unique index on orderId,...
user avatar
1 vote
1 answer
23 views

I'm self-hosting an Encore application on AWS ECS with SNS/SQS for PubSub. The application panics on startup with the following error: panic: unable to verify SNS topic attributes (may be missing IAM ...
Benny Sparr's user avatar
Advice
0 votes
2 replies
82 views

The AWS documentation makes it sound like SQSEvent.Records will only ever return a single record at a time if using FIFO with MessageGroupId. Is this truly what happens? If so, I am really going to ...
Eric's user avatar
  • 2,440
1 vote
0 answers
72 views

When supplying base endpoint in aws config for sqs-client it is fails to get attributes or messages with 400 status code. cfg, err := config.LoadDefaultConfig(context.TODO(), config.WithRegion(...
aman goyal's user avatar
1 vote
0 answers
64 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
97 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
-4 votes
1 answer
134 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
58 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,423
Advice
0 votes
2 replies
148 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
66 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
89 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
54 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
74 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
128 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
102 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

15 30 50 per page
1
2 3 4 5
287