ansible-middleware / amq

A collection to manage AMQ brokers
Apache License 2.0
16 stars 12 forks source link

`activemq_config_override_template` allows to use custom broker.xml templates #117

Closed guidograzioli closed 6 months ago

guidograzioli commented 6 months ago

Overriding the base broker.xml config template has been only partially implemented because of collisions with the xpath/xsl template features. The role parameter activemq_config_override_template is now honored, and must point to a file in the play/task lookup paths: when it is set, the file is used as is, no other broker.xml configuration is performed.

Fix #113