amazon-sqs-java-extended-client-lib
amazon-sqs-java-extended-client-lib copied to clipboard
An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
Amazon has announced aws sdk 1 is going away, but this lib is still referencing it. In fact. the latest build added more references to it in AmazonSQSExtendedClient.java. We know...
Hi! First of all, thank you for your amazing work done. The java library is not compatible with the dotnet library and others since the java namespace is located inside...
Is there a plan to update the extended client to support the Spring AWS QueueMessagingTemplate? Currently, QueueMessagingTemplate only accepts the async client (AmazonSQSAsync), while the extended client only supports the...
Bumps commons-logging:commons-logging from 1.2 to 1.3.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
*Issue #, if available:* *Description of changes:* Two issues in the new async support were bothering me: 1. Order of operations between async and sync versions of the delete message...
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. Release notes Sourced from org.junit.jupiter:junit-jupiter's releases. JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 Commits...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.3 to 3.2.5. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.2.5 JIRA link Release Notes - Maven Surefire - Version 3.2.5 What's Changed Bump org.htmlunit:htmlunit from 3.8.0 to...
Bumps `aws-java-sdk.version` from 2.21.21 to 2.25.6. Updates `software.amazon.awssdk:sqs` from 2.21.21 to 2.25.6 Updates `software.amazon.awssdk:s3` from 2.21.21 to 2.25.6 Dependabot will resolve any conflicts with this PR as long as you...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.11.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.11.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.11.0 2024-03-01 - 17 commit(s) by Aouichaoui Youssef, Franz Wong,...
Adding two features, retain S3 objects after messages deletion and custom S3 object key generation.
Adding ExtendedClientConfiguration parameter 'retainS3Messages' that when set to 'true' prevents the companion S3 object of a message being removed from S3 on the sqs 'deleteMessage()' action. The S3 bucket will...