From eff92e5b1684b52e56c1334490ad4a6016975667 Mon Sep 17 00:00:00 2001 From: Alexej Timonin Date: Sun, 21 Jul 2024 20:12:47 +0200 Subject: [PATCH] Remove ANT mentions --- assembly/src/release/docs/user-guide.html | 68 ++--------------------- 1 file changed, 4 insertions(+), 64 deletions(-) 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.

Running the broker

@@ -113,70 +113,10 @@ The broker may ask for credentials to login the web console the first time. The default username and password is admin/admin. You can configure this in the conf/user.properties file. -

Running the example programs

- -

-To run the demo producer/consumer tools, you need Java and Ant installed. -

- -

Installing Ant

- - -

-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
-
- -

Running the example producer and consumer

- -

-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
-
- +

Example programs

+

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.

Further Readings