# GENERATED BY PUPPET # # Configuration file for qpidd. Entries are of the form: # name=value # # (Note: no spaces on either side of '='). Using default settings: # "qpidd --help" or "man qpidd" for more details. port=<%= port %> max-connections=<%= max_connections %> worker-threads=<%= worker_threads %> connection-backlog=<%= connection_backlog %> auth=<%= auth %> realm=<%= realm %> <% if clustered == true %> <%= mechanism_option %>=<%= cluster_mechanism %> <% end %> <% if log_to_file != 'UNSET' %> log-to-file=<%= log_to_file %> <% end %>