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

Currently, the SQSMessageProducer only allows sending messages one by one. However the SQS supports SendMessageBatchRequest to send multiple messages with one request. While the JMS API does not support this,...

*Issue #, if available:* #80 *Description of changes:* I've added a way to set individual message delays via a message property - `SQSMessage. SQS_SCHEDULED_DELAY`. This will take priority over the...

The SQS JMS implementation always prefetches at least one message before it invokes message listener. This prevents EC2 from autoscaling based on the number of messages in the SQS queue...

enhancement

This is needed when there is no ability to change the code of an existing app, only to provide a factory class. Such apps cannot currently load the connector, because...

https://stackoverflow.com/questions/53727538/aws-sdk-exception-port-already-in-use The issue has been completely described on the link. I think this case needs to be handled. All i see print stack traces in the console and ultimately halting...

Hello team, How can set the Q url if the q is exists on different AWS account for both receiving and sending. SQSConnectionFactory connectionFactory = new SQSConnectionFactory( new ProviderConfiguration(), AmazonSQSClientBuilder.standard()...

Hello team, How can set the Q url if the q is exists on different AWS account.Means my server and q are sitting in the different AWS account. Eg: How...

We are using com.amazonaws:aws-java-sdk:1.9.6 & com.amazonaws:amazon-sqs-java-messaging-lib:1.0.3 libraries for consuming the messages from SQS. We use Spring JMSTemplate for consume the messages with CLIENT_ACKNOWLEDGE mode. We noticed an issue where multiple...

an upgrade to java 8 (march 2014) in order to use lambda, stream, etc features