diff options
author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2011-11-02 15:37:03 +0000 |
---|---|---|
committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2011-11-02 15:37:03 +0000 |
commit | aa47a281449f8590baed80869d7fd33bc5fc7860 (patch) | |
tree | 7feda25e78d9aefd5108b20a8156b41fc203f09e /cpp/docs/man | |
parent | 359afe88435f6f14f4a628c67f83a4cbd5559682 (diff) | |
download | qpid-python-aa47a281449f8590baed80869d7fd33bc5fc7860.tar.gz |
QPID-3577: assign null group names to the default group
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1196635 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs/man')
-rw-r--r-- | cpp/docs/man/qpidd.1 | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/cpp/docs/man/qpidd.1 b/cpp/docs/man/qpidd.1 index d2cff454cf..7ffb153248 100644 --- a/cpp/docs/man/qpidd.1 +++ b/cpp/docs/man/qpidd.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. -.TH QPIDD "1" "March 2011" "qpidd (qpidc) version 0.11" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.2. +.TH QPIDD "1" "November 2011" "qpidd (qpidc) version 0.13" "User Commands" .SH NAME qpidd \- the Qpid AMQP Message Broker Daemon @@ -24,11 +24,11 @@ Displays the help message \fB\-v\fR [ \fB\-\-version\fR ] Displays version information .TP -\fB\-\-config\fR FILE +\fB\-\-config\fR FILE (/usr/local/etc/qpidd.conf) Reads configuration from FILE .SS "Module options:" .TP -\fB\-\-module\-dir\fR DIR +\fB\-\-module\-dir\fR DIR (/usr/local/lib/qpid/daemon) Load all shareable modules in this directory .TP @@ -41,7 +41,7 @@ Don't load modules from module directory .SS "Broker Options:" .TP -\fB\-\-data\-dir\fR DIR +\fB\-\-data\-dir\fR DIR (/home/kgiusti/.qpidd) Directory to contain persistent data generated by the broker .TP @@ -127,6 +127,15 @@ which flow control is de\-activated. \fB\-\-default\-event\-threshold\-ratio\fR %age of limit (80) The ratio of any specified queue limit at which an event will be raised +.TP +\fB\-\-default\-message\-group\fR GROUP\-IDENTIFER (qpid.no\-group) +Group identifier to assign to messages +delivered to a message group queue that +do not contain an identifier. +.TP +\fB\-\-enable\-timestamp\fR yes|no (0) +Add current time to each received +message. .SS "Logging options:" .TP \fB\-t\fR [ \fB\-\-trace\fR ] @@ -164,6 +173,10 @@ Include thread ID in log messages Include function signature in log messages .TP +\fB\-\-log\-hires\-timestamp\fR yes|no (0) +Use unformatted hi\-res timestamp in log +messages +.TP \fB\-\-log\-prefix\fR STRING Prefix to append to all log messages .SS "Logging sink options:" @@ -197,7 +210,7 @@ default in this mode. The transport for which to return the port .TP -\fB\-\-pid\-dir\fR DIR +\fB\-\-pid\-dir\fR DIR (/home/kgiusti/.qpidd) Directory where port\-specific PID file is stored .TP |