amazon-sqs-java-messaging-lib
amazon-sqs-java-messaging-lib copied to clipboard
Supported JMS specification version is still 1.1?
In the README you write
This project builds on top of the AWS SDK for Java to use Amazon SQS as the JMS (as defined in 1.1 specification) provider for the messaging applications without running any additional software.
On the other hand looking at the pom.xml I see
<dependency>
<groupId>jakarta.jms</groupId>
<artifactId>jakarta.jms-api</artifactId>
<version>3.1.0</version>
</dependency>
Is it only missing an update in the documentation or did I miss something?
#222 proposed solution