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

while the a queue message consumer more than 100000,the consumer is error cause by Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:953) ~[na:1.7.0_75] at sun.security.ssl.SSLSocketImpl.waitForClose(SSLSocketImpl.java:1725) ~[na:1.7.0_75] at...

Hi, Thank you for providing such an awesome JMS interface for SQS. Is there any plan for supporting Message Selectors while creating consumers from Session. If so then will greatly...

if the concrete implementation doesn't explicitly throw a `JMSException`, it does not need to be declared as part of the method signature. for example, `SQSMessageConsumer.setMessageListener` does not need to declare...

enhancement

From looking at the code, it doesn't seem like there is any way to configure sqs and disable or limit logging when sending to sqs. So if I'm sending thousands...

enhancement

Currently SQSMessage constructor will try to Integer.parse said attribute even if it is not present in source message. Since you're able to construct model messages without setting that APPROXIMATE_RECEIVE_COUNT attribute,...

Unable to access class outside of scope of package. I don't believe this is intentional

This change helps if customers using java 6 have to use this library.

Otherwise you get: java.lang.NoSuchMethodError: com.amazonaws.services.sqs.AmazonSQS.deleteMessage(Lcom/amazonaws/services/sqs/model/DeleteMessageRequest;) When you acknowledge with SQSSession.UNORDERED_ACKNOWLEDGE.