Previous Up Next

Part III

 
The Config4JMS Case Study

 

Config4JMS is a library, built with the aid of Config4*, that simplifies use of the Java Message Service (JMS). You can find Config4JMS in the config4jms subdirectory of Config4J. Config4JMS offers two significant benefits.

There are several thousand lines of Java source code in the Config4JMS library, and the library provides a feature-rich but concise API. These characteristics mean that Config4JMS can be used as the basis for a case study of how Config4* can be used “in anger”. That is the purpose of this part of the manual.

I start this case study, in Chapter 9, by providing an overview of JMS.


Previous Up Next