Modifying the parameters of the scripted samples makes it easy to see the samples behave differently. Then, modifying and compiling the Java source files for the samples shows how you can modify these applications in ways that can prepare you for weaving the JMS patterns into your applications.
While the exploration of the JMS samples ran the compiled applications, it used an Ant build file provide optimal cross-platform porting and to preset some parameter values to keep the samples on a defined track.
Modify and extend application parameters in the Ant build file—You will change a few of the parameters and reset some that were allowed to use their default values. Then, you will run the same samples to observe the changed behaviors.
Analyze and modify the JMS methods and patterns in the Java source files —You will examine some of the sample application source files to see the JMS methods in the samples. The you will change some sample applications to revise the quality of service and the functionality in the scope of the original application. Then, compiling and running the application will let us test out the changes.