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
Post a Comment