mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
$OpenBSD: README,v 1.4 2020/09/12 15:30:02 jasper Exp $
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
MCollective and ActiveMQ Integration
====================================
Here are some quick notes about using ActiveMQ as a middleware layer for
MCollective.
MCollective configuration
-------------------------
Configuration is done in:
${SYSCONFDIR}/mcollective/client.cfg
The "activemq" connector should be enabled in this file. The "stomp"
connector has been deprecated in favor of "activemq" which has a lower
overhead and better network performance.
ActiveMQ configuration
----------------------
Setting up ActiveMQ can be tedious so it is recommended to start with
the single-broker example configuration from the Puppet Labs
documentation, as a starting point for configuring:
${SYSCONFDIR}/activemq/activemq.xml
More information is available in the Puppet Labs online documentation:
http://docs.puppetlabs.com/mcollective/reference/plugins/connector_activemq.html
http://docs.puppetlabs.com/mcollective/deploy/middleware/activemq.html