Results 1 to 6 of 6

Thread: Message Driven POJOS - Jencks or MessageListener

  1. #1
    Join Date
    Oct 2004
    Location
    Switzerland
    Posts
    45

    Default 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

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

    Default

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

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

    Default

    BTW there's a FAQ entry comparing the two...

    http://jencks.org/How+does+Jencks+co...o+Springs+MDPs
    James Strachan
    ------------------
    Open Source Integration
    Iona

  4. #4
    Join Date
    Oct 2004
    Location
    Switzerland
    Posts
    45

    Default

    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

  5. #5
    Join Date
    Oct 2004
    Location
    Switzerland
    Posts
    45

    Default

    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

  6. #6
    Join Date
    Nov 2005
    Location
    Chicago
    Posts
    122

    Default

    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
  •