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

Nikolay Elenkov (JIRA) jira-events at lists.jboss.org
Fri Jun 12 04:24:56 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBSEAM-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12471840#action_12471840 ] 

Nikolay Elenkov commented on JBSEAM-4235:
-----------------------------------------

I haven't actually run the code, but  the get/set(AbstractDispatcher.EXECUTING_ASYNCHRONOUS_CALL, true); calls are probably not needed. 

An exception callback would be nice, but other than that, looks good to me. 

Is there any chance that this interceptor could be enabled by default for all @Name-d and @MessageDriven classes? 
(perhaps configurable in components.xml).

> 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