JBossMQ Source Documentation
CVS Directory structure
The files contained in this distribution are contained in the following directories.
- build Contains the build scripts and libraries. Use these to build JBossMQ
- conf Contains the default configuration files for JBossMQ
- docs JBossMQ documentation
- examples Contains various example programs which use JBossMQ
- lib Contains all libraries that are necessary in order to run JBossMQ.
- src/* All sources needed to build the distribution of JBossMQ are contained
here
- src/bin Contains the scripts used to start JBossMQ and additional tools
- src/java Contains the Java source files for JBossMQ
Build Instructions
Building the sources creates a build directory containing the binarys needed to run JBossMQ.
Windows Platform
Run the build.bat file located in the the build directory.
Unix Platform
Run the build.sh script file located in the the build directory.