[jboss-cvs] JBossAS SVN: r104756 - in branches/JBPAPP_5_1_hornetq-int: hornetq-int/src/etc and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu May 13 05:00:45 EDT 2010
Author: ataylor
Date: 2010-05-13 05:00:44 -0400 (Thu, 13 May 2010)
New Revision: 104756
Added:
branches/JBPAPP_5_1_hornetq-int/hornetq-int/src/etc/README.txt
Modified:
branches/JBPAPP_5_1_hornetq-int/build/build-distr.xml
Log:
added read me
Modified: branches/JBPAPP_5_1_hornetq-int/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_1_hornetq-int/build/build-distr.xml 2010-05-13 08:41:20 UTC (rev 104755)
+++ branches/JBPAPP_5_1_hornetq-int/build/build-distr.xml 2010-05-13 09:00:44 UTC (rev 104756)
@@ -811,6 +811,7 @@
<copy todir="${install.root}/extras/hornetq/">
<fileset dir="${_module.output}/etc">
<include name="switch.sh"/>
+ <include name="README.txt"/>
</fileset>
</copy>
<copy todir="${install.root}/extras/hornetq/resources">
Added: branches/JBPAPP_5_1_hornetq-int/hornetq-int/src/etc/README.txt
===================================================================
--- branches/JBPAPP_5_1_hornetq-int/hornetq-int/src/etc/README.txt (rev 0)
+++ branches/JBPAPP_5_1_hornetq-int/hornetq-int/src/etc/README.txt 2010-05-13 09:00:44 UTC (rev 104756)
@@ -0,0 +1,21 @@
+To make HornetQ the default messaging provide run the switch.sh (switch.bat if windows) on a clean install. This will
+remove all JBoss Messaging components and replace them with HornetQ.
+
+You can find the HornetQ documentation at http://jboss.org/hornetq/docs.html.
+
+There are some JMS and Javaee examples under the examples directory. To run these you will need Ant 1.7 or later and Java 6.
+To run the jms examples cd into the example of choice and run ant, for instance:
+
+cd examples/jms/queue
+ant
+
+To run the Javaee examples change into the examples directory and run ant deploy to create a new configuration and start
+the server and in a new windoe run ant, for instance:
+
+cd examples/javaee/mdb-bmt
+ant deploy
+
+once the server has started in a new window type
+
+cd examples/javaee/mdb-bmt
+ant
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list