java-dynamic-sqs-listener icon indicating copy to clipboard operation
java-dynamic-sqs-listener copied to clipboard

Java SQS Listener library built to be customisable and dynamic during runtime

Results 29 java-dynamic-sqs-listener issues
Sort by recently updated
recently updated
newest added
trafficstars

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.zipkin.brave:brave-tests](https://togithub.com/openzipkin/brave) | `5.15.1` -> `5.16.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.zipkin.brave:brave-tests/5.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.amazonaws:aws-xray-recorder-sdk-core](https://aws.amazon.com/documentation/xray/) ([source](https://togithub.com/aws/aws-xray-sdk-java)) | `2.7.1` -> `2.14.0` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.github.spotbugs:spotbugs](https://spotbugs.github.io/) ([source](https://togithub.com/spotbugs/spotbugs)) | `4.2.3` -> `4.7.3` |...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies
javascript

Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...

dependencies
javascript

Can this library support extended client . Since with SQSAsycClient we can use only 256 KB of message ..... I have requirement to process the message of size more that...

Hi, first of all thanks for the great library. I am trying to use FIfoQueuelistener.As from FIFO sqs if any message was processed and deleted from queue, it would visible...

Hi, I discover some issues with pulling messages. It seems that after some time of application running, the message listener stops pulling more messages from SQS. (Other parts of the...

I have added @Trace annotation to Spring boot's Kafka Listener , it seems to be working over there. But its not working above @QueueListener. What's the correct way to integrate...

bug
help wanted

This is a great library that I came across (at medium.com) when looking for dynamic changes at runtime for my SQS based spring-boot microservice. ``` @QueueListener("${foo.sqs.queue.url}") public void processMessage(@Payload final...

question