Messaging and concurrency with Spring
Traditional Spring-based architectures focus on the notion of a central service layer, with the communication between the services designed as synchronous method invocations. Spring 2.0 introduced extensive support for "Message-Driven Objects" and general asynchronous task execution, allowing the use of messaging and concurrent execution within the heart of a Spring-based application. This talk provides a tour through the messaging and concurrency facilities that Spring offers, including Spring 2.1's JCA message endpoint management and the new JMS configuration namespace.
Audience
Advanced
Prerequisites
Familiarity with Spring fundamentals and with the JMS API / EJB Message-Driven Beans
Speaker