amazon-sqs-java-messaging-lib
amazon-sqs-java-messaging-lib copied to clipboard
This Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used for communicating with Amazon Simple Queue Service.
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.11.0 to 5.15.2. Release notes Sourced from org.mockito:mockito-junit-jupiter's releases. v5.15.2 Changelog generated by Shipkit Changelog Gradle Plugin 5.15.2 2025-01-02 - 2 commit(s) by Brice Dutheil, dependabot[bot] Fix...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.11.0 to 5.15.2. Release notes Sourced from org.mockito:mockito-core's releases. v5.15.2 Changelog generated by Shipkit Changelog Gradle Plugin 5.15.2 2025-01-02 - 2 commit(s) by Brice Dutheil, dependabot[bot] Fix...
Bumps [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest) from 2.2 to 3.0. Release notes Sourced from org.hamcrest:hamcrest's releases. Hamcrest v3.0 Breaking Changes From version 3.0, the jar distributed to Maven Central is now compiled to Java...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.1.0 to 3.2.7. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.7 Fixes a lingering issue affecting whole 3.2.x lineage, that resulted in "bad passphrase" on Windows OS with...
*Issue #187 :* *Description of changes:* Add basic support of `SqsAsyncClient`: 1. Create `AmazonSQSMessagingClient` interface that is implemented by old `AmazonSQSMessagingClientWrapper` and new `AmazonSQSAsyncMessagingClientWrapper` classes. `AmazonSQSAsyncMessagingClientWrapper` is wrapper for `SqsAsyncClient`...
Any plans to update the AWS SDK version? I updated locally for testing, and it worked perfectly with version 2.39.5.
This commit improves several core components to use specific types provided by this library in return values, instead of `jakarta.jms` types. This minimizes the amount of casting needed when working...
This commit adds support for caching `jakarta.jms.Queue` objects created by `SQSSession#createQueue` in order to avoid excessive calls to SQS API to resolve queue URL. The caching is disabled by default...
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
@claude can you review