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 87 amazon-sqs-java-messaging-lib issues
Sort by recently updated
recently updated
newest added

SQS now provides a client that implement temporary queues much more efficiently than naively creating a new SQS queue for each call. It should be easy to use that client...

Hello. I was recently looking into some messages logged by this library and I noticed that they were in a completely different format than our other log messages. After looking...

I am using jms to receive sqs, The concurrency setting is factory.setConcurrency("30-50"); Now always report the following log com.amazon.sqs.javamessaging.AmazonSQSMessagingClientWrapper.logAndGetAmazonServiceException-AmazonServiceException: receiveMessage. RequestId: 2d5045b5-157b-5792-aa96-1cdbd910125f HTTPStatusCode: 400 AmazonErrorCode: InvalidParameterValue com.amazonaws.services.sqs.model.AmazonSQSException: Value 423b81f5-7f49-4d29-8911-bac1a1e139e2 for...

Hi, I'm using "localstack" service to mock SQS. In my simple Java project, I'm using amazon-sgs-java-messaging-lib version 1.0.8. When I execute the example below dependency in pom.xml ``` com.amazonaws amazon-sqs-java-messaging-lib...

I have a code that creates consumer for polling. I use the lates amazon-sqs-java-messaging-lib (1.0.8). below is the consumer creator code ``` try { // Create the connection factory based...

Hi folks, we just ran into an issue where our integration with JMS broke a user of your library due to the fact that SQS does not support valid JMS...

To whom it my concern, I tried to use this library to talk to a FIFO queue with configuration items JMSXGroupID and JMS_SQS_DeduplicationId, these items are able to be found...

*Issue:* Small fit in test cases due to flaws found and mapped to ensure packaging of the project. *Description of changes:* Provides classes for accessing naming services that allows to...

Hi, i'm experiencing an issue while trying to send a lot of messages from same jar, once in a while, timeout occurs, and message fails. using library 1.0.8 java 8...

I am using aws jms library with spring, versions are shown below. ``` com.amazonaws amazon-sqs-java-messaging-lib 1.0.0 jar org.springframework spring-jms 4.1.4-RELEASE ``` In my spring application context, the definition of my...

enhancement