Results 1 to 4 of 4

Thread: MDPs with Weblogic

  1. #1
    Join Date
    Feb 2005
    Location
    Boston, MA
    Posts
    1,142

    Default 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

  2. #2
    Join Date
    Aug 2004
    Location
    London
    Posts
    164

    Default

    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
    James Strachan
    ------------------
    Open Source Integration
    Iona

  3. #3
    Join Date
    Feb 2005
    Location
    Boston, MA
    Posts
    1,142

    Default

    Isn't Weblogic a JCA container?
    Bill

  4. #4
    Join Date
    Aug 2004
    Location
    London
    Posts
    164

    Default

    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.
    James Strachan
    ------------------
    Open Source Integration
    Iona

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •