-
Mar 29th, 2006, 03:56 PM
#1
MDPs with Weblogic
I've read various articles/blogs using Jencks/ActiveMQ to do message driven POJOs. Is it possible to do this with Weblogic? Or is there a piece missing in Weblogic that prevents you from using it in this fashion?
Bill
-
Mar 30th, 2006, 01:56 AM
#2
Jencks works with any JCA 1.5 Resource Adapter; so providing you can find the class in WebLogic for the RA it should just work. You should also be able to inject into Jencks the transaction manager & thread pools from WL too
-
Mar 30th, 2006, 07:12 AM
#3
Isn't Weblogic a JCA container?
Bill
-
Mar 31st, 2006, 02:39 AM
#4
Yes.
The missing piece is WL doesn't have a MDP container; which is what Jencks does. Jencks uses dependency injection though; so you should be able to inject as little (e.g. just the WL ResourceAdapter) or as much (the entire JCA container & Transaction Manager) as you require.
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