Description of Qpid configuration options
Configuration option = Default value Description
[DEFAULT]
= 60 (IntOpt) Seconds between connection keepalive heartbeats.
= localhost (StrOpt) Qpid broker hostname.
= $qpid_hostname:$qpid_port (ListOpt) Qpid HA cluster host:port pairs.
= (StrOpt) Password for Qpid connection.
= 5672 (IntOpt) Qpid broker port.
= tcp (StrOpt) Transport to use, either 'tcp' or 'ssl'.
= 1 (IntOpt) The number of prefetched messages held by receiver.
= (StrOpt) Space separated list of SASL mechanisms to use for auth.
= True (BoolOpt) Whether to disable the Nagle algorithm.
= 1 (IntOpt) The qpid topology version to use. Version 1 is what was originally used by impl_qpid. Version 2 includes some backwards-incompatible changes that allow broker federation to work. Users should update to version 2 when they are able to take everything down, as it requires a clean break.
= (StrOpt) Username for Qpid connection.