The OpenAMQ server is installed into the $IBASE/bin directory. If you wish to move the server elsewhere (e.g. to a different machine), you need to copy these files:
No other files are required.
To start the server in a console window run this command:
amq_server
You can run the server as a detached binary process using this command:
amq_server -b
It is best to start amq_server in a specific working directory which has appropriate permissions. You can start many instances of the server in the same directory. The server will create two subdirectories:
To stop the server, press Ctrl-C or find the process ID and use the kill command. Alternatively, use the amq_shell to stop the server, especially if you are doing remote administration.
To see the current version of the server, type this command:
amq_server -v
To see a short list of all server options, type this command:
amq_server -h
If you want to run several instances of the server on the same machine you must start them on different ports. The default AMQP port is 5672. To start the server on a different port, type this command:
amq_server --port portnumber
To see a long list of all server options, with full explanations, type this command:
amq_server --help
The OpenAMQ server is installed into the %IBASE%/bin directory. If you wish to move the server elsewhere (e.g. to a different machine), you need to copy these files:
No other files are required.
To start the server in a console window run this command:
amq_server
It is best to start amq_server in a specific working directory which has appropriate permissions. You can start many instances of the server in the same directory. The server will create two subdirectories:
To stop the server, press Ctrl-C or use on the Task Manager.
To see the current version of the server, type this command:
amq_server -v
To see a short list of all server options, type this command:
amq_server -h
If you want to run several instances of the server on the same machine you must start them on different ports. The default AMQP port is 5672. To start the server on a different port, type this command:
amq_server --port portnumber
To see a long list of all server options, with full explanations, type this command:
amq_server --help