amazon-sqs-java-messaging-lib icon indicating copy to clipboard operation
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.

Results 101 amazon-sqs-java-messaging-lib issues
Sort by recently updated
recently updated
newest added

Hi AWS labs teams I found that the doc of getting started which displaying at this repository main page is for amazon-sqs-java-messaging-lib 1.0.4 . May I know if there any...

Java 11 support not there on amazon-sqs-java-messaging-lib:2.1.1 version bad class file: home/.gradle/caches/modules-2/files-2.1/com.amazonaws/amazon-sqs-java-messaging-lib/2.1.1/8c12e0079c90e293ccb8ee3657dba86767b75adc/amazon-sqs-java-messaging-lib-2.1.1.jar(/com/amazon/sqs/javamessaging/SQSConnectionFactory.class) class file has wrong version 61.0, should be 55.0 Please remove or make sure it appears in the...

Hello, I'm trying to download v1.1.3 of the library from maven central, https://repo.maven.apache.org/maven2/com/amazonaws/amazon-sqs-java-messaging-lib/1.1.3/ However, there's a version mismatch in the pom.xml file. Although its uploaded under 1.1.3 folder, the version...

How am I supposed to know that my connection is compromised and cosnumer idles?

`SQSConnectionFactory` can consume only `SqsClient`, but not `SqsAsyncClient`. Previously in 1 version of the library `SQSConnectionFactory` used https://docs.aws.amazon.com/en_us/AWSJavaSDK/latest/javadoc/com/amazonaws/services/sqs/AmazonSQS.html interface that was a parent for https://docs.aws.amazon.com/en_us/AWSJavaSDK/latest/javadoc/com/amazonaws/services/sqs/AmazonSQSAsyncClient.html and https://docs.aws.amazon.com/en_us/AWSJavaSDK/latest/javadoc/com/amazonaws/services/sqs/AmazonSQSClient.html. Right now in...

Hi Amazon! I am using 1.0.0 version and JMS to receive SQSMessage: ```java @JmsListener(destination = "xxx", containerFactory = "sqsContainerFactory") public void consumer(SQSTextMessage sqsTestMessage) throws JMSException { try { } catch...

After running the OWASP dependency checker against the library, Following are the vulnerabilities that are reported: netty-buffer-4.1.77.Final.jar: **CVE-2022-41915, CVE-2022-41881** netty-codec-http-4.1.77.Final.jar: **CVE-2022-41915, CVE-2022-41881** netty-codec-http2-4.1.77.Final.jar: **CVE-2022-41915, CVE-2022-41881** netty-common-4.1.77.Final.jar: **CVE-2022-41915, CVE-2022-41881** netty-handler-4.1.77.Final.jar: **CVE-2022-41915,...

Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.3. Release notes Sourced from org.assertj:assertj-core's releases. v.3.25.3 :bug: Bug Fixes Lock maven-clean-plugin version for all modules Core Fix a performance regression in the recursive...

dependencies
java

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...

dependencies
java

Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.1.0 to 3.2.4. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.4 Release Notes - Maven GPG Plugin - Version 3.2.4 [MGPG-125] - Fix "bestPractices" (#95) @​cstamas 📦 Dependency...

dependencies
java