You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "John D. Ament (JIRA)" <ji...@apache.org> on 2013/03/21 14:43:32 UTC

[jira] [Created] (DELTASPIKE-324) Backport JMS2 Like functionality to DeltaSpike

John D. Ament created DELTASPIKE-324:
----------------------------------------

             Summary: Backport JMS2 Like functionality to DeltaSpike
                 Key: DELTASPIKE-324
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-324
             Project: DeltaSpike
          Issue Type: Improvement
            Reporter: John D. Ament


In JMS 2, a few new CDI compatible components were introduced.  They include:

JMSContext - a CDI capable version of the JMS Session & Connection objects that provides access to more lower level components.

JMSProducer - A CDI capable version of MessageProducer that uses builder pattern to create new Message objects.

JMSConsumer - A CDI capable version of MessageConsumer that can retrieve messages in a more type safe fashion.

Introducing these features would be the first step in adopting a JMS module in DeltaSpike.

Javadocs can be found here:

http://jms-spec.java.net/2.0-SNAPSHOT/apidocs/index.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira