blob: 91d3c3a9696aeecfc3b94b9a2927226994847cd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[NAME]
qpidd \- the Qpid AMQP broker daemon
[DESCRIPTION]
Start the AMQP broker. The broker options can be specified on the command line (e.g. --worker-threads 10), in an environment variable (e.g. export QPID_WORKER_THREADS=10), or as a line in a configuration file (e.g. worker-threads=10).
Command line options take precedence over environment variables, which
take precedence over the config file.
|