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.
hi there, we're experiencing very long spring boot shutdown times which makes our automated testing slow and painful - around 20 seconds per listener/session - is there a way we...
`I am using amazon-sqs-java-messaging-lib-1.0.8.jar. When I am sending a payload to SQS I am getting java.lang.IllegalStateException: Connection pool shut down exception.` **Describe the bug** `When sending payload to SQS Queue...
Hey, we have basically the same issue as described [here](https://github.com/awslabs/amazon-sqs-java-messaging-lib/issues/37) - we're also using Spring JMS with AWS JMS library. We're using `UNORDERED_ACKNOWLEDGE` mode to be able to apply custom...
Please update the Geronimo dependency to >2.2.1 to remove vulnerability
After checking for session.isRunning() and adding a timeout for callbackQueue.wait(), I was able to achieve the results as below: I'm not sure if the timeout needs to be configured somewhere...
Hi, Amazon SQS supports tracing of message passed through it's queue using the [system attribute](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-metadata.html#sqs-message-system-attributes). However on the consumer/receiver end, we are using JMSListener, with the basic configuration to receive...
Hi I am using spring JMS and amazon-sqs-java-messaging-lib:1.0.8 I have a JMS template bean as `final JmsTemplate jmsTemplate = new JmsTemplate(sqsConnectionFactory);` and I set the deliveryDelay as `jmsTemplate.setDeliveryDelay(30000L);` The problem...
As we know jackson-databind (< 2.8.10) has some issue.. A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to...
The behavior of negative acknowledgment is to change the visibility timeout of a received message to 0. Where the value of NACK_TIMEOUT is not configurable while creating the SQS Factory...