JBossMQ Source Documentation


CVS Directory structure

The files contained in this distribution are contained in the following directories.

  1. build Contains the build scripts and libraries. Use these to build JBossMQ
  2. conf Contains the default configuration files for JBossMQ
  3. docs JBossMQ documentation
  4. examples Contains various example programs which use JBossMQ
  5. lib Contains all libraries that are necessary in order to run JBossMQ.
  6. src/* All sources needed to build the distribution of JBossMQ are contained here
  7. src/bin Contains the scripts used to start JBossMQ and additional tools
  8. 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.