User: user57 Date: 01/04/17 13:33:42 Added: openjms README Log: o Migration of OpenJMS specific JBoss JMS provider classes from the main 'jboss'. NOTE: The migrated classes have been consolidated into one package. Revision Changes Path 1.1 contrib/openjms/README Index: README =================================================================== JBoss-OpenJMS --------------- This is a module that allows OpenJMS to be used as a JMS provider inside of JBoss. Building ---------- To build the provider module, you will need to have ANT >= v1.2 installed and a distribution of JBoss >= v2.2. 1) Set JBOSS_HOME to the directory where JBoss >= 2.2 has been extracted into: > export JBOSS_HOME=<path_to_jboss> or > setenv JBOSS_HOME <path_to_jboss> 2) Execute the build script under <thismodule>/src/build: > ./src/build/build.sh This should build a openjms-provider.jar, which contains the required class files to use OpenJMS as a JMS provider. Installing ------------ Once you have built the provder sources, you will need to update your JBoss installation to have the correct classes. 1) Copy the openjms-provider.jar to $JBOSS_HOME/lib/ext: > cp build/lib/openjms-provider.jar $JBOSS_HOME/lib/ext 2) Copy the OpenJMS support jars to $JBOSS_HOME/lib/ext > cp src/lib/*.jar $JBOSS_HOME/lib/ext Configuration --------------- Refer to the online documentation at: http://jboss.org/documentation/HTML/index.html for detailed instructions on how to setup a JMS provider. This is currently listed under "Working with Message Driven Beans". Problems ---------- JBoss questions should be directed to [EMAIL PROTECTED] _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development