micronaut-aws
micronaut-aws copied to clipboard
Add SQS support
Adding SQS support: queue configuration, annotations for producers and consumers, ...
Try this: https://github.com/agorapulse/micronaut-libraries
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.
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.
Micronaut JMS project has SQS support, we need documentation in this project that points to it.