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

Nikolay Elenkov (JIRA) jira-events at lists.jboss.org
Wed Jun 10 22:15:56 EDT 2009


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
            Reporter: Nikolay Elenkov


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