# File lib/mcollective/connector/activemq.rb, line 593 def get_bool_option(val, default) Util.str_to_bool(@config.pluginconf.fetch(val, default)) end