amazon-sqs-java-messaging-lib icon indicating copy to clipboard operation
amazon-sqs-java-messaging-lib copied to clipboard

Supported JMS specification version is still 1.1?

Open verhasi opened this issue 1 year ago • 1 comments

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?

verhasi avatar Feb 21 '24 17:02 verhasi

#222 proposed solution

verhasi avatar Feb 21 '24 17:02 verhasi