diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-16 17:32:10 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-16 17:32:10 +0000 |
commit | 6e596fff1176ce33190b6b54b067f5333b08c6df (patch) | |
tree | 0a8fada9355c9c5cc9550d5c7a1e00b7fefb2d95 /Final/cpp/docs/man/qpidd.x | |
parent | 9270c25f7956ad5db1102a25a4c63052906dafdb (diff) | |
download | qpid-python-6e596fff1176ce33190b6b54b067f5333b08c6df.tar.gz |
Martin found an issue with the Mgt Console after we pruned the deps list and Martin had to make a slight update to the pom.
So we have to recreate the RCs again from a new tag
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@595752 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Final/cpp/docs/man/qpidd.x')
-rw-r--r-- | Final/cpp/docs/man/qpidd.x | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Final/cpp/docs/man/qpidd.x b/Final/cpp/docs/man/qpidd.x deleted file mode 100644 index 91d3c3a969..0000000000 --- a/Final/cpp/docs/man/qpidd.x +++ /dev/null @@ -1,16 +0,0 @@ -[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. - - - - - - - |