[
https://jira.jboss.org/jira/browse/JBSEAM-4237?page=com.atlassian.jira.pl...
]
Nikolay Elenkov commented on JBSEAM-4237:
-----------------------------------------
Finally I got one vote :) Btw, what do you mean by 'listening to Queues'? This is
supposed to be destination agnostic (works with both Queues and Topics).
I tested it with both (not rigorous testing though), but if you feel something is missing,
by all means add it.
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#jm...
--
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