From 734cb267e8d89929e1996af8952c3c7028eaca12 Mon Sep 17 00:00:00 2001 From: nparafe Date: Sun, 16 Jun 2024 19:59:55 +0300 Subject: [PATCH] README.html testing... --- AI_MythvsReallity/README.html | 120 --------------------------------- README.html | 121 +--------------------------------- 2 files changed, 1 insertion(+), 240 deletions(-) delete mode 100644 AI_MythvsReallity/README.html diff --git a/AI_MythvsReallity/README.html b/AI_MythvsReallity/README.html deleted file mode 100644 index e309c81..0000000 --- a/AI_MythvsReallity/README.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - Apache ActiveMQ Artemis README - - - - - - -

Getting Started

- -Note (Windows users): Examples below use the shell script `artemis` for use with linux, Windows users should use the `artemis.cmd` script with the same parameters.

- -

Creating a broker

- -To create a broker, navigate to the distribution 'bin/' directory and run:

- -$ ./artemis create $directory

Where $directory is the folder that you'd like the broker to be created. - -The create process will input for any required property not specified. Example: - -
---user: is a mandatory property!
-Please provide the default username:
-admin
-
---password: is mandatory with this configuration:
-Please provide the default password:
-
-
---allow-anonymous | --require-login: is a mandatory property!
-Allow anonymous access?, valid values are Y,N,True,False
-y
-
- -For a full list of available options for the create process you may use: - -$ ./artemis help create -
-NAME
-        artemis create - creates a new broker instance
-
-SYNOPSIS
-        artemis create [--addresses <addresses>] [--aio] [--allow-anonymous]
-                [--autocreate] [--blocking] [--cluster-password <clusterPassword>]
-                [--cluster-user <clusterUser>] [--clustered] [--data <data>]
-                [--default-port <defaultPort>] [--disable-persistence]
-                [--encoding <encoding>] [--failover-on-shutdown] [--force]
-                [--global-max-size <globalMaxSize>] [--home <home>] [--host <host>]
-                [--http-host <httpHost>] [--http-port <httpPort>]
-                [--java-options <javaOptions>] [--mapped] [--max-hops <maxHops>]
-                [--message-load-balancing <messageLoadBalancing>] [--name <name>]
-                [--nio] [--no-amqp-acceptor] [--no-autocreate] [--no-autotune]
-                [--no-fsync] [--no-hornetq-acceptor] [--no-mqtt-acceptor]
-                [--no-stomp-acceptor] [--no-web] [--paging] [--password <password>]
-                [--ping <ping>] [--port-offset <portOffset>] [--queues <queues>]
-                [--replicated] [--require-login] [--role <role>] [--shared-store]
-                [--silent] [--slave] [--ssl-key <sslKey>]
-                [--ssl-key-password <sslKeyPassword>] [--ssl-trust <sslTrust>]
-                [--ssl-trust-password <sslTrustPassword>] [--use-client-auth]
-                [--user <user>] [--verbose] [--] <directory>
-     ...
-
- - -

Starting the Broker

- -Once the broker has been created, use the artemis (or artemis.cmd on windows) script found under the bin directory of the newly created broker to manage the life cycle of the broker. - -To run the Apache ActiveMQ Artemis broker with the default configuration, run the command shown below from the "bin" directory of the created broker.

- -$ ./artemis run

- -To specify a broker configuration file:

- -$ ./artemis run --config scheme:location

- -e.g.

- -$ ./artemis run --config xml:/home/artemis/bootstrap.xml

- -It is possible to configure run time parameters in the artemis.conf (artemis.conf.bat for windows) file under the "bin" directory of the broker directory. - -

Stopping the Broker

- -To stop the broker please use the artemis script from the broker's bin directory:

- -$ ./artemis stop

- -

Documentation

- -The broker comes shipped with an in depth user manual and a bunch of examples to help you get started. The manual is shipped with the broker and can be accessed from the brokers website. Start the broker then navigate to the Apache ActiveMQ Artemis. Alternatively, you can browse all of the documentation online on the Apache ActiveMQ Artemis Website.

- -The examples are shipped inside the distribution folder under "examples"

- -Release Notes for all version can be found here - - diff --git a/README.html b/README.html index e309c81..8b66700 100644 --- a/README.html +++ b/README.html @@ -1,120 +1 @@ - - - - - - - Apache ActiveMQ Artemis README - - - - - - -

Getting Started

- -Note (Windows users): Examples below use the shell script `artemis` for use with linux, Windows users should use the `artemis.cmd` script with the same parameters.

- -

Creating a broker

- -To create a broker, navigate to the distribution 'bin/' directory and run:

- -$ ./artemis create $directory

Where $directory is the folder that you'd like the broker to be created. - -The create process will input for any required property not specified. Example: - -
---user: is a mandatory property!
-Please provide the default username:
-admin
-
---password: is mandatory with this configuration:
-Please provide the default password:
-
-
---allow-anonymous | --require-login: is a mandatory property!
-Allow anonymous access?, valid values are Y,N,True,False
-y
-
- -For a full list of available options for the create process you may use: - -$ ./artemis help create -
-NAME
-        artemis create - creates a new broker instance
-
-SYNOPSIS
-        artemis create [--addresses <addresses>] [--aio] [--allow-anonymous]
-                [--autocreate] [--blocking] [--cluster-password <clusterPassword>]
-                [--cluster-user <clusterUser>] [--clustered] [--data <data>]
-                [--default-port <defaultPort>] [--disable-persistence]
-                [--encoding <encoding>] [--failover-on-shutdown] [--force]
-                [--global-max-size <globalMaxSize>] [--home <home>] [--host <host>]
-                [--http-host <httpHost>] [--http-port <httpPort>]
-                [--java-options <javaOptions>] [--mapped] [--max-hops <maxHops>]
-                [--message-load-balancing <messageLoadBalancing>] [--name <name>]
-                [--nio] [--no-amqp-acceptor] [--no-autocreate] [--no-autotune]
-                [--no-fsync] [--no-hornetq-acceptor] [--no-mqtt-acceptor]
-                [--no-stomp-acceptor] [--no-web] [--paging] [--password <password>]
-                [--ping <ping>] [--port-offset <portOffset>] [--queues <queues>]
-                [--replicated] [--require-login] [--role <role>] [--shared-store]
-                [--silent] [--slave] [--ssl-key <sslKey>]
-                [--ssl-key-password <sslKeyPassword>] [--ssl-trust <sslTrust>]
-                [--ssl-trust-password <sslTrustPassword>] [--use-client-auth]
-                [--user <user>] [--verbose] [--] <directory>
-     ...
-
- - -

Starting the Broker

- -Once the broker has been created, use the artemis (or artemis.cmd on windows) script found under the bin directory of the newly created broker to manage the life cycle of the broker. - -To run the Apache ActiveMQ Artemis broker with the default configuration, run the command shown below from the "bin" directory of the created broker.

- -$ ./artemis run

- -To specify a broker configuration file:

- -$ ./artemis run --config scheme:location

- -e.g.

- -$ ./artemis run --config xml:/home/artemis/bootstrap.xml

- -It is possible to configure run time parameters in the artemis.conf (artemis.conf.bat for windows) file under the "bin" directory of the broker directory. - -

Stopping the Broker

- -To stop the broker please use the artemis script from the broker's bin directory:

- -$ ./artemis stop

- -

Documentation

- -The broker comes shipped with an in depth user manual and a bunch of examples to help you get started. The manual is shipped with the broker and can be accessed from the brokers website. Start the broker then navigate to the Apache ActiveMQ Artemis. Alternatively, you can browse all of the documentation online on the Apache ActiveMQ Artemis Website.

- -The examples are shipped inside the distribution folder under "examples"

- -Release Notes for all version can be found here - - +
test
\ No newline at end of file -- 2.39.5