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.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M7 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 [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.12.1. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.12.1 🐛 Bug Fixes [MCOMPILER-567] - Fail to compile if the generated-sources/annotation… (#218) @jorsol 📦 Dependency updates [MCOMPILER-568]...
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.3 to 3.2.5. Release notes Sourced from org.apache.maven.plugins:maven-failsafe-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 [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.10.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.10.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.10.0 2024-01-24 - 8 commit(s) by Andre Brait, dependabot[bot] Bump...
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.11.0 to 5.10.0. Release notes Sourced from org.mockito:mockito-junit-jupiter's releases. v5.10.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.10.0 2024-01-24 - 8 commit(s) by Andre Brait, dependabot[bot] Bump...
In the README you write > This project builds on top of the AWS SDK for Java to use Amazon SQS as the JMS > (as defined in **1.1 specification**)...
I'm in the process of upgrading my gradle packages from V1 to V2. I was wondering if there are plans for this to be packaged under `software.amazon.awssdk` instead of `com.amazonaws`?...
### Library version 2.0.3 ### SQS configuration fifo_queue = true content_based_deduplication = false visibility_timeout_seconds = 3600 receive_wait_time_seconds = 20 fifo_throughput_limit = perMessageGroupId deduplication_scope = messageGroup enable_dlq = true dlq_max_receive_count =...
I see the dependency used in this lib is all using javax. This lib is no longer present in recent Spring boot, is there plan to move to jakarta so...
``` java.util.concurrent.CompletionException: software.amazon.awssdk.services.sqs.model.QueueDoesNotExistException: The specified queue does not exist for this wsdl version. (Service: Sqs, Status Code: 400, Request ID: abf44cc8-bd4a-5abf-85a0-118a756161e8) at software.amazon.awssdk.utils.CompletableFutureUtils.errorAsCompletionException(CompletableFutureUtils.java:65) at software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncExecutionFailureExceptionReportingStage.lambda$execute$0(AsyncExecutionFailureExceptionReportingStage.java:51) at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934) at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911) at...