You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "John D. Ament (JIRA)" <ji...@apache.org> on 2014/10/05 22:43:33 UTC

[jira] [Created] (AMQ-5383) JMS 2.0 Client APIs Support

John D. Ament created AMQ-5383:
----------------------------------

             Summary: JMS 2.0 Client APIs Support
                 Key: AMQ-5383
                 URL: https://issues.apache.org/jira/browse/AMQ-5383
             Project: ActiveMQ
          Issue Type: New Feature
          Components: JMS client
            Reporter: John D. Ament


I'd like to propose improving upon ActiveMQ by adding client API support to the JMS client.  One way to do this would be to throw out the current client JAR and replace it with a new one based on JMS 2.  That wouldn't be a good idea, many people are happy to use JMS 1.1 and I feel we should let them continue.

Antoher way is to create a new JAR, activemq-jm2-client, which extends the existing 1.1 client JAR for 2.0 APIs.  This would allow the core activemq to remain on Java 6, and allow just this API JAR to be on Java 7 (due to the AutoCloseable requirement).

I've already started putting together a geronimo spec jar for JMS 2 support.  You can see that here: https://github.com/johnament/geronimo-specs/tree/jms2/geronimo-jms_2.0_spec



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)