Spring's JMS abstraction framework simplifies the use of JMS APIs and smoothly integrates with JMS providers such as IBM's WebSphere MQ 5.3. The package org.springframework.jms.core provides the core functionality for using JMS in Spring. Its template classes simplify the use of the JMS by handling the creation and release of resources. Like most other Spring template classes, the JMS template classes provide helper methods that perform common operations. In cases that require more sophisticated usage, the classes delegate the essence of the processing task to user-implemented callback interfaces. The JMS classes offer convenience methods for sending a message, consuming a message synchronously, and exposing a JMS session and message producer to the user.
Related white papers
Insurance Provider Diversifies Its Business, Reduces Overhead
Seguros Venezuela is one of the largest and most respected insurance companies in Venezuela. Seguros Venezuela needed to redesign its Web presence, making its portal more reliable, easier to use,...
BEA Systems Case Study: Interforum
Interforum specializes in the marketing of books in France and abroad, the logistics of book distribution, and the management, and monitoring of the group's other activities, including marketing, IT, purchasing,...
BEA Makes Energy Reading Simpler and More Effective in Scandinavia
Telenor Cinclus AS is a total supplier of solutions for Automatic Meter Reading (AMR). The challenge for the organizations was to identify and deploy an application infrastructure solution which would...
MSDN Webcast: Programming a Full-Blown AJAX Enterprise Application in 20 Minutes (Level 100)
It is all about simplicity when programming next-generation, complex Asynchronous JavaScript And XML (AJAX) applications. This webcast develops a fully blown AJAX enterprise application by dragging and dropping controls using...
Grupo Viajes Marsans Relies on BEA and HP to Create Web-Based Sales Channel
Established in 1910, Viajes Marsans is a pioneer in the Spanish tourist industry. Viajes Marsans wanted to redefine Web culture from a static concept (information only) to an ambitious electronic...
BEA Systems Case Study: U.S. Department of Agriculture
Established in 1862 by President Abraham Lincoln, the U.S. Department of Agriculture is the steward of America's 192 million acres of national forests and rangelands. STARS, a mainframe-based system was...
Checking Java Programs Via Guarded Commands
This paper defines a simple guarded-command–like language and its semantics.The language is used as an intermediate language in generating verification conditions for Java. It also discusses why it is a...

