| Class | MCollective::Connector::Rabbitmq |
| In: |
lib/mcollective/connector/rabbitmq.rb
|
| Parent: | Base |
| connection | [R] |
Returns the name of the certificate file used by RabbitMQ Will first check if an environment variable MCOLLECTIVE_RABBITMQ_POOLX_SSL_CERT exists, where X is the RabbitMQ pool number. If the environment variable doesn‘t exist, it will try and load the value from the config.
looks in the environment first then in the config file for a specific option, accepts an optional default.
raises an exception when it cant find a value anywhere
Returns the name of the private key file used by RabbitMQ Will first check if an environment variable MCOLLECTIVE_RABBITMQ_POOLX_SSL_KEY exists, where X is the RabbitMQ pool number. If the environment variable doesn‘t exist, it will try and load the value from the config.