diff --git a/assembly/src/release/docs/user-guide.html b/assembly/src/release/docs/user-guide.html index a279f414d5..1f4feca430 100755 --- a/assembly/src/release/docs/user-guide.html +++ b/assembly/src/release/docs/user-guide.html @@ -25,7 +25,7 @@
-Welcome to Apache ActiveMQ. This document gives you a quick overview of how to get started trying out Apache ActiveMQ. +Welcome to Apache ActiveMQ Classic. This document gives you a quick overview of how to get started trying out Apache ActiveMQ Classic.
-To run the demo producer/consumer tools, you need Java and Ant installed. -
- --The example programs depend on Ant being installed. There are more detailed -instructions on the Ant website - but essentially you need to follow these steps. -
--To test this is all working, try typing -
- -- java -version - cd examples/openwire/swissarmy - ant -version -- -
-Once you've got Java and Ant installed correctly you should be able to run -
- -- cd examples/openwire/swissarmy - ant consumer -- -
-and in another shell -
- -- cd examples/openwire/swissarmy - ant producer -- -
-you can specify exact URLs to connect to via command like arguments. e.g. -
- -- ant producer -Durl=tcp://somehost:port -- +
Several runnable examples are in the examples directory, each with its own readme.md file containing instructions on how to run the example.
+Configuration examples are located in example/conf directory.