-
Feb 19th, 2006, 07:18 AM
#1
Message Driven POJOS - Jencks or MessageListener
Hi all,
I'm currently looking for a good solution of Message Driven POJOS. I have a standalone application, which should receive JMS messages and after receiving doing some processing. The best solution would be to have some kind of pool, which serves all incoming messages. As I'm using a standalone java application, I cannot use MDBs.
I think the Message Listener in Spring 2.0 m2 are a good thing, but there will be some time until the release and I need a solution for end of March.
While searching on the Jencks webpage, I cannot see any active mailling list or forum. Is Jencks still developed or should I use the Message Listener of Spring 2?
Pieper
-
Feb 20th, 2006, 03:49 AM
#2
Jencks is still being used and developed; we use it extensively on Apache ServiceMix (http://incubator.apache.org/servicemix/)
Spring's message listener support is an OK solution if you don't need XA support and are happy not to rely on JCA or the JMS providers Resource Adapter. If XA and JCA are not an issue then they are both quite similar (though Jencks does depend on J2EE 1.4 or later for JCA 1.5)
-
Feb 20th, 2006, 03:50 AM
#3
-
Feb 20th, 2006, 04:30 AM
#4
James,
thanks for the answer.
Can I use Jencks within a Java standalone environment with no J2EE container? (no JCA, ResourceAdapter etc.).
Is there a current mailing list/forum for Jencks?
Pieper
-
Feb 20th, 2006, 04:36 AM
#5
At least I found a forum at http://forums.activemq.org/forums/show/5.page
But it seems the mailinglist is no longer been used.
Pieper
-
Feb 22nd, 2006, 11:03 AM
#6
Pieper -
Yes, Jencks can be used in a standalone environment. It provides a JCA container and re-uses the JTA manager from Geronimo.
James -
Spring supports XA in the MDB container. See the JavaDoc: http://static.springframework.org/sp...api/index.html
Jess
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules