Description of RPC configuration options
Configuration option = Default value Description
[DEFAULT]
= rabbit (StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and zmq.
= 30 (IntOpt) Seconds to wait before a cast expires (TTL). Only supported by impl_zmq.
= 30 (IntOpt) Size of RPC connection pool.
= 1 (IntOpt) The default number of seconds that poll should wait. Poll raises timeout exception when timeout expired.
= 60 (IntOpt) Seconds to wait for a response from a call.
[oslo_messaging_amqp]
= False (BoolOpt) Accept clients using either SSL or plain TCP
= broadcast (StrOpt) address prefix used when broadcasting to all servers
= None (StrOpt) Name for the AMQP container
= unicast (StrOpt) address prefix when sending to any server in group
= 0 (IntOpt) Timeout for inactive connections (in seconds)
= (StrOpt) Password for message broker authentication
= (StrOpt) Path to directory that contains the SASL configuration
= (StrOpt) Name of configuration file (without .conf suffix)
= (StrOpt) Space separated list of acceptable SASL mechanisms
= exclusive (StrOpt) address prefix used when sending to a specific server
= (StrOpt) CA certificate PEM file to verify server certificate
= (StrOpt) Identifying certificate PEM file to present to clients
= (StrOpt) Private key PEM file used to sign cert_file certificate
= None (StrOpt) Password for decrypting ssl_key_file (if encrypted)
= False (BoolOpt) Debug: dump AMQP frames to stdout
= (StrOpt) User name for message broker authentication