PDA

View Full Version : Spring and Asynchronous messaging


spring04
Dec 1st, 2004, 05:33 PM
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!

katentim
Dec 1st, 2004, 06:55 PM
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.

spring04
Dec 1st, 2004, 07:13 PM
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!

rstearns01
Dec 16th, 2004, 03:23 PM
I had similar questions. Check out post
http://forum.springframework.org/showthread.php?t=11492

HTH

spring04
Dec 16th, 2004, 03:30 PM
Thanks rstearns01.

I'll check out the post that you referred.

Thanks again!