Spring JMS

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Keep JMS simple with Spring and MantaRay by Amir Sehvat, Yuval Lubowich   - [Clicks: 102]
    Java Platform, Enterprise Edition is complex and cumbersome. Using lightweight frameworks is a new trend, as illustrated by the popularity of Spring, a lightweight application framework. This article describes how to integrate Spring with MantaRay, a lightweight messaging solution, to create a distributed, easy-to-use-and-deploy application framework.
    http://www.javaworld.com/javaworld/jw-06-2006/jw-0626-mantaray.html - Jun, 2006
  • Asynchronous Messaging Made Easy With Spring JMS by Srini Penchikala   - [Clicks: 251]
    This article provides an overview of the Spring JMS API and how to use it to process (send and receive) messages asynchronously in a sample web application running in a JBoss MQ server. I will compare the traditional way of implementing JMS with a Spring JMS implementation to show how easy and flexible it is to process messages using Spring JMS.
    [Includes sample code]
    http://www.onjava.com/pub/a/onjava/2006/02/22/asynchronous-messaging-with-spring-jms.html - Feb, 2006

[Top]