amazon sqs - Connecting to SQS with JMS using Java 1.6 -


i "unsupported major.minor version 51.0 error" when connecting sqs using aws's jms sqsconnectionfactory in java 1.6. works in java 1.7

i have not found documentation says imcompatible 1.6 has managed? suggestions?

it looks it's compiled java 7.

you can download source code , compile java 6.

https://github.com/awslabs/amazon-sqs-java-messaging-lib

you need few changes in source code, example remove diamond operator <> tests.

when open page mentioned above, there minimum requirements in readme.md specify minimum version of java 7.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -