Results 1 to 6 of 6

Thread: what's an alternative of Message Driven Beans

  1. #1
    Join Date
    May 2006
    Posts
    111

    Default what's an alternative of Message Driven Beans

    I will be using JMS in our application. Is there any alternative to use instead of MDBs? Entire architecture of the app will be Spring based so just for MDBs I don't want to introduce EJBs. Any other alternative?

  2. #2
    Join Date
    Dec 2005
    Posts
    269

    Default

    I would use the classes from org.springframework.jms package

  3. #3
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    And with 2.0RC1 also asynchronous consumers are supposed to be supported out of the box. I think that would be a good replacement for MDBs.

    Regards,
    Andreas

  4. #4
    Join Date
    May 2006
    Location
    Germany
    Posts
    49

    Default

    Hello,

    probably you could use another JMS Implementation, e.g. ActiveMQ (activemq.codehaus.org). In his book "Pro Spring" Rob Harrob describes how to send and receive messages based on ActiveMQ and the Spring 1.2 JMS support. And I think there should be some resources on the web showing how to use this combination. Probably a google search for "spring activemq" will help.

    Regards
    Stefan

  5. #5
    Join Date
    May 2006
    Location
    Germany
    Posts
    49

  6. #6
    Join Date
    Oct 2010
    Posts
    8

    Arrow Spring replacement / integration for MDB

    Could you please tell me what is the replacement for MDB in spring? Else please let me know how to integrate EJB module with Spring application.


    Quote Originally Posted by javaxmlsoapdev View Post
    I will be using JMS in our application. Is there any alternative to use instead of MDBs? Entire architecture of the app will be Spring based so just for MDBs I don't want to introduce EJBs. Any other alternative?

Posting Permissions

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