[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4235) Improve asynchronous JMS support

Leo van den berg (JIRA) jira-events at lists.jboss.org
Wed Jun 10 07:29:56 EDT 2009


Improve asynchronous JMS support
--------------------------------

                 Key: JBSEAM-4235
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4235
             Project: Seam
          Issue Type: Feature Request
          Components: Async
    Affects Versions: The future
         Environment: JBOSS 5.0 with Seam 2.1
            Reporter: Leo van den berg
             Fix For: The future


At the moment Seam doesn't fully support the use of asynchronous messaging within the server environment. A proposed solution is to add the same type of support to "JMS-enabled" beans as is available for the timers (EJB and Quartz). It should be possible to simply add the @Asynchronous annotation to the onMessage method and have the Seam components available in the same way.

At the moment this is only possible with some tricks (as suggested in mentioned Seam forum thread by Dan Allen), but it would be a good extension to JMS to have it as standard functionality available.

Additionally examles could be added to the documentation and examples-directory of the download to show how to use asynchronous JMS-messaging in a Seam-application.

 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list