Java-First JMS Sample ===================== This sample demonstrates use of SOAP over the JMS protocol. Please review the README in the samples directory before continuing. Building and running the demo using Maven ----------------------------------------- From the base directory of this sample (i.e., where this README file is located), using either UNIX or Windows, run "mvn clean install" to build the sample. To run the sample, using either UNIX or Windows: mvn -Pserver (in one terminal window) mvn -Pclient (in another) When finished, to delete the code generated during the build process run "mvn clean".