puppetlabs-activemq
puppetlabs-activemq copied to clipboard
Puppet ActiveMQ Module
Added ssl support and handling of users and transports.
This includes another user's SSL work plus some of our own to add support for SSL. It does not set up keystores and the like; that is left as an...
needed to be able to tune these settings.
The last merge broke activemq for me on OpenBSD. There is no user/group "activemq", on OpenBSD its "_activemq". The change below is to fix the breakage for me ;) Let...
We don't want puppet to always alter the state of the service - we rely on external orchestration to bring up services in a specific order in many cases. This...
When using this module with the puppetlabs activemq rpm on an el7 box, the data dir is not setup correctly. This results in a java process that is forever stuck...
Add support to install from tarball binary. Target in first from Redhat system that do not provide any ActiveMq RPM. Improvement of PR https://github.com/puppetlabs/puppetlabs-activemq/pull/44 - Fix conflicts - Keep defaults...
Hi! I added the following changes to the module. - Provided the ability to use SSL in ActiveMQ, per practice as documented: https://docs.puppetlabs.com/mcollective/deploy/standard.html#step-2-deploy-and-configure-middleware and here: https://docs.puppetlabs.com/mcollective/deploy/middleware/activemq.html#transport-connectors By default, SSL is...