Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for enabled plugins config using enabled_plugins file #777

Merged

Commits on Feb 13, 2019

  1. Support enabling rabbitmq_management without rabbitmqadmin

    Enabling the rabbitmq_managemnt interface and installing the
    rabbitmqadmin client was both controlled by the admin_enable
    parameter.
    
    Adds option enable_management (default: false). When this is
    set to true, and admin_enable is false the rabbitmq_management
    plugin is enabled, but the rabbitmqadmin client is not
    installed.
    
    For backward compatiblity the rabbitmq_management plugin is
    also enabled when admin_enable is set to true.
    
    Related voxpupuli#775
    hjensas committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    d062abe View commit details
    Browse the repository at this point in the history
  2. Support configuring plugins using enabled_plugins file

    Adds optional support to configure rabbitmq plugins by
    writing configuration file (/etc/rabbitmq/enabled_plugins).
    
    New parameter $use_config_file_for_plugins (boolean, default:
    false) Can be used to enable this feature. When enabled it
    replaces the use of the rabbitmqplugins provider to enable
    plugins.
    
    Fixes voxpupuli#775
    hjensas committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    2e761f0 View commit details
    Browse the repository at this point in the history