Results 1 to 5 of 5

Thread: Spring and Asynchronous messaging

  1. #1
    Join Date
    Nov 2004
    Posts
    159

    Default Spring and Asynchronous messaging

    I've been using Spring for the past 2+ weeks and was able to develop a prototype application to convince my boss to use Spring in our forthcoming project.

    In our project (which is a NON-WEB application), we'll have the need to send messages asynchronously. In the typical J2EE environment, we can use MDB. I'm not clear how similar or different it would be if we had to have asynchronous messaging using Spring. I would greatly appreciate if someone can answer the following question or point me to reference material.

    If i have my Spring/Hibernate application deployed on JBoss, how will i develop MDB and integrate it with Spring/JBoss. Is there any sample code for this?

    Thanks!

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    we'll have the need to send messages asynchronously. In the typical J2EE environment, we can use MDB
    Can you clarify? You use MDBs for asynchronous message consumption.

  3. #3
    Join Date
    Nov 2004
    Posts
    159

    Default

    We are not currently using MDB but planning to use and exploring various options for asynchronous messaging.

    Yes we would like to receive (consume) messages asynchronously.

    Thanks!

  4. #4
    Join Date
    Aug 2004
    Location
    Atlanta, GA
    Posts
    129

    Default

    I had similar questions. Check out post
    http://forum.springframework.org/showthread.php?t=11492

    HTH
    Last edited by robyn; May 19th, 2006 at 04:55 AM.
    Randy

  5. #5
    Join Date
    Nov 2004
    Posts
    159

    Default

    Thanks rstearns01.

    I'll check out the post that you referred.

    Thanks again!

Similar Threads

  1. Replies: 5
    Last Post: Mar 9th, 2006, 11:56 AM
  2. Asynchronous Remoting with Spring and ActiveMQ
    By jpwinans in forum Remoting
    Replies: 2
    Last Post: Sep 21st, 2005, 10:29 AM
  3. Replies: 15
    Last Post: Aug 22nd, 2005, 10:33 AM
  4. Comparision JMX Spring
    By umeshs79 in forum Container
    Replies: 5
    Last Post: Jun 16th, 2005, 12:27 PM
  5. 10K concurrent users in Spring?
    By gt1601 in forum Architecture
    Replies: 2
    Last Post: Feb 25th, 2005, 09:23 AM

Posting Permissions

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