up vote 1 down vote favorite
1
share [g+] share [fb]

I'm going through some examples for how to configure asynchronous JMS messaging with Spring, and the book I'm going through, Spring In Action, 2nd Edition (I know there's a 3rd edition out there), mentions using Lingo (http://lingo.codehaus.org/ for messaged-based RPC asynchronous messaging.

The latest version of Lingo is a couple years old, so I was wondering if there is a newer, better practice to use than Lingo. Any advice?

Much thanks!

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Yes, I would take a look at Spring Integration. Check out the comprehensive documentation here, in particular the section on JMS.

link|improve this answer
Thanks. I'll def. look at this. – Cuga Oct 28 '09 at 19:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.