micronaut-aws icon indicating copy to clipboard operation
micronaut-aws copied to clipboard

Add SQS support

Open romeoro opened this issue 5 years ago • 4 comments

Adding SQS support: queue configuration, annotations for producers and consumers, ...

romeoro avatar Aug 19 '19 11:08 romeoro

Try this: https://github.com/agorapulse/micronaut-libraries

gaborkr avatar Aug 20 '19 07:08 gaborkr

Tried it out, i would still love having a micronaut based solution with producers and consumers. Agorapulse lib is lacking an automatic poll handling either short or long, no features around transactions, auto deletion, dlq behaviour,... It's more or less a basic AWS SQS API wrapper which simplifies it's usage a little bit.

EDIT: updated after using agorapulse lib for a poc.

romeoro avatar Aug 21 '19 09:08 romeoro

hi @romeoro I'm a creator of https://github.com/agorapulse/micronaut-libraries. if you submit the issues regarding your missing use cases (ideally along with the corresponding code snippets in the AWS lib) I can take a look if there is a way to support such cases.

musketyr avatar Oct 15 '19 12:10 musketyr

Micronaut JMS project has SQS support, we need documentation in this project that points to it.

graemerocher avatar Mar 01 '21 15:03 graemerocher