Skip to content
Advertisement

SqsListener doesn’t pick up any messages from SQS Queue

I’m trying to implement a queue through SQS for my project, sending to the queue works just fine, but receiving from the queue isn’t working at all. It seems the receiver has absolutely no connection to the queue at all

Config

JavaScript

Consumer Method

JavaScript

Maven Dependencies

JavaScript

I’ve gone through numerous Stack Overflow posts on the topic already, haven’t found a solution.

Advertisement

Answer

It turned out to be the version of the starter library. SQS isnt fully implemented in version 3.x, so I had to revert the AWS Starter to match the other at 2.4.2. Rookie mistake

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement