qpidd (1) Linux Manual Page
NAME
qpidd – the Qpid AMQP Message Broker Daemon
SYNOPSIS
qpidd [-p port] [–config config_file] [–data-dir directory]
DESCRIPTION
An AMQP message broker daemon that stores, routes and forwards messages using the Advanced Message Queueing Protocol (AMQP).
OPTIONS
The options below are built-in to qpidd. Installing add-on modules provides additional options. To see the full set of options available type "qpidd –help"
Options may be specified via command line, environment variable or configuration file. See FILES and ENVIRONMENT below for details.
-h[–help]- Displays the help message
-v[–version]- Displays version information
–configFILE- Reads configuration from FILE
Module options:
–module-dirDIR- Load all shareable modules in this directory
–load-moduleFILE- Specifies additional module(s) to be loaded
–no-module-dir- Don’t load modules from module directory
Broker Options:
–data-dirDIR- Directory to contain persistent data generated by the broker
–no-data-dir- Don’t use a data directory. No persistent configuration will be loaded or stored
-p[–port] PORT (5672)- Tells the broker to listen on PORT
–worker-threadsN (3)- Sets the broker thread pool size
–max-connectionsN (500)- Sets the maximum allowed connections
–connection-backlogN (10)- Sets the connection backlog limit for the server socket
-m[–mgmt-enable] yes|no (1)- Enable Management
–mgmt-qmf2yes|no (1)- Enable broadcast of management information over QMF v2
–mgmt-qmf1yes|no (1)- Enable broadcast of management information over QMF v1
–mgmt-pub-intervalSECONDS (10)- Management Publish Interval
–queue-purge-intervalSECONDS (600)- Interval between attempts to purge any expired messages from queues
–authyes|no (1)- Enable authentication, if disabled all incoming connections will be trusted
–realmREALM (QPID)- Use the given realm when performing authentication
–default-queue-limitBYTES (104857600)- Default maximum size for queues (in bytes)
–tcp-nodelay- Set TCP_NODELAY on TCP connections
–require-encryption- Only accept connections that are encrypted
–known-hosts-urlURL or ‘none’- URL to send as ‘known-hosts’ to clients (‘none’ implies empty list)
–sasl-configDIR- gets sasl config info from nonstandard location
–max-session-rateMESSAGES/S (0)- Sets the maximum message rate per session (0=unlimited)
–async-queue-eventsyes|no (0)- Set Queue Events async, used for services like replication
–default-flow-stop-thresholdPERCENT (80)- Percent of queue’s maximum capacity at which flow control is activated.
–default-flow-resume-thresholdPERCENT (70)- Percent of queue’s maximum capacity at which flow control is de-activated.
–default-event-threshold-ratio%age of limit (80)- The ratio of any specified queue limit at which an event will be raised
Logging options:
-t[–trace]- Enables all logging
–log-enableRULE (notice+)- Enables logging for selected levels and components. RULE is in the form ‘LEVEL[+][:PATTERN]’ Levels are one of:
- trace debug info notice warning error
- critical For example: ‘–log-enable warning+’ logs all warning, error and critical messages. ‘–log-enable debug:framing’ logs debug messages from the framing namespace. This option can be used multiple times
–log-timeyes|no (1)- Include time in log messages
–log-levelyes|no (1)- Include severity level in log messages
–log-sourceyes|no (0)- Include source file:line in log messages
–log-threadyes|no (0)- Include thread ID in log messages
–log-functionyes|no (0)- Include function signature in log messages
–log-prefixSTRING- Prefix to append to all log messages
Logging sink options:
–log-to-stderryes|no (1)- Send logging output to stderr
–log-to-stdoutyes|no (0)- Send logging output to stdout
–log-to-fileFILE- Send log output to FILE.
–log-to-syslogyes|no (0)- Send logging output to syslog; customize using
–syslog-nameand–syslog-facility –syslog-nameNAME (lt-qpidd)- Name to use in syslog messages
–syslog-facilityLOG_XXX (LOG_DAEMON)- Facility to use in syslog messages
Daemon options:
-d[–daemon]- Run as a daemon. Logs to syslog by default in this mode.
–transportTRANSPORT (tcp)- The transport for which to return the port
–pid-dirDIR- Directory where port-specific PID file is stored
-w[–wait] SECONDS (600)- Sets the maximum wait time to initialize the daemon. If the daemon fails to initialize, prints an error and returns 1
-c[–check]- Prints the daemon’s process ID to stdout and returns 0 if the daemon is running, otherwise returns 1
-q[–quit]- Tells the daemon to shut down
ENVIRONMENT
QPID_<option>
- There is an environment variable for each option.
The environment variable is the option name in uppercase, prefixed with QPID_ and ‘.’ or ‘-‘ are replaced with ‘_’. Environment settings are over-ridden by command line settings. For example:
FILES
/etc/qpidd.conf
- Default configuration file.
Configuration file settings are over-ridden by command line or environment variable settings. ‘–config <file>’ or ‘export QPID_CONFIG=<file>’ specifies an alternate file.
Each line is a name=value pair. Blank lines and lines beginning with # are ignored. For example:
AUTHOR
The Apache Qpid Project, dev [at] qpid.apache.org
REPORTING BUGS
Please report bugs to users [at] qpid.apache.org
