python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Camel AWS SQS and concurrentConsumers
Camel version: camel-aws2-sqs-starter: 3.12.0
I am trying to use and understand concurentConsumers with a SQS queue:
from("aws2-sqs://queuexxx?concurrentConsumers=5&amazonSQSClient=#sqsClient...
Arnaud
Votes: 0
Answers: 1
Run SQS on AWS SAM locally. Is it possible?
Good morning! does AWS SAM natively support sqs service? i am looking for a way to run sqs service locally?
Zim92
Votes: 0
Answers: 2
AWS SQS messages does not become available again after visibility timeout
This is most likely something really simple but for some reason my SQS messages does not become available again after visibility timeout. At least this is what I figured since consuming lambda has no ...

Mikko Viitala
Votes: 0
Answers: 3
How get key field from amazon sqs queue?
is this a good way to get bucket name and key name from amazon sqs queue
ObjectMapper mapper = new ObjectMapper();
Map<String, Object> messageMap = mapper.readValue(message, Map.class)...
ani
Votes: 0
Answers: 1