java-dynamic-sqs-listener
java-dynamic-sqs-listener copied to clipboard
Java SQS Listener library built to be customisable and dynamic during runtime
Hey, First of all thanks for this awesome library. Is there a way to handle or catch any exceptions that may occur in the library after the message is received...
Hi, first thanks for the great library. We are currently using your library but now want to use it to retrieve messages at a fixed rate/schedule. As in poll for...
Using @FifoQueueListener with concurrency of 10 in spring boot application. SQS FIFO queue has configured visibility timeout of 10 seconds and configured DLQ with max receives count 3. First: Putting...
This is dependent on https://github.com/JaidenAshmore/java-dynamic-sqs-listener/issues/348 being completed.
The core message listeners have the ability to interrupt messages currently being processed which works with synchronous message listeners by interrupting the thread. This doesnt work for asynchronous listeners as...
Lombok has the disadvantage when developers look at the source files of the library that they get a big warning about the source file not matching the actual code. I...
Another edge case that I think could be useful for others 😄 From what I understand - at the minute the listener container to request up to 10 messages from...
Currently the documentation is laid out like: - Core - Feature1 - Feature2 - Spring - Feature1 - Feature2 It should instead just be: - Feature1 - Feature2 Where each...
It would be great to create a GitHub pages to allow people to more easily navigate the documentation than doing it in the repository. https://docs.github.com/en/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll#creating-your-site