[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-4237) Support message-driven POJO's

Jason Porter (JIRA) jira-events at lists.jboss.org
Thu Sep 10 10:28:23 EDT 2009


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

Jason Porter commented on JBSEAM-4237:
--------------------------------------

Sorry Nikolay, I didn't read through the code with a fine enough comb :)  I'll give it a shot in a proof of concept project and see how it goes.

> Support message-driven POJO's
> -----------------------------
>
>                 Key: JBSEAM-4237
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4237
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Async
>    Affects Versions: 2.1.2.GA, 2.2.0.CR1
>            Reporter: Nikolay Elenkov
>         Attachments: async-container.patch, jms-schema.patch
>
>
> Currently, if you want to use JMS in a Seam project, you have to deploy it as an EAR in a JEE application server, 
> and use MessageDriven beans. However, JMS messaging is sometimes required in web (WAR) projects as 
> well, and changing the application to and EAR and/or the application server is not possible. 
> Seam should make it easy to use message-driven POJO's (POJO's that act as asynchronous receivers for JMS messages) 
> in a web project, supporting all Seam features (injection, transaction management, etc.).  
> It could be implemented by integrating Jencks (http://jencks.codehaus.org/) for example or built on top 
> of ActiveMQ. 
> Cf. Spring support for message-driven POJO's: 
> http://static.springframework.org/spring/docs/2.5.x/reference/jms.html#jms-asynchronousMessageReception

-- 
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