Forge Home

activemq

Manages activemq.

10,457 downloads

10,049 latest version

3.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.1.0 (latest)
  • 1.0.0
released Sep 2nd 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'evenup-activemq', '1.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add evenup-activemq
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install evenup-activemq --version 1.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

evenup/activemq — version 1.1.0 Sep 2nd 2013

#ActiveMQ module for puppet

This module that installs and configures ActiveMQ.

##Installation This module depends on ripienaar/concat

This module can be installed via the puppet module tool (puppet version >= 2.7.14).

puppet module install evenup/activemq

##Usage Parameters:

  • ensure: absent, latest, present, or version number of ActiveMQ package
  • maxmemory: Maximum amount of memory ActiveMQ may use
  • webconsole: Whether or not to enable the webconsle. true/false
  • admin_user: Admin username
  • admin_pass: Admin password
  • stats_user: Stats username
  • stats_pass: Stats password
  • openwire_port: What port should the openwire connector listen on
  • stomp_port: What port should the stomp connector listen on

Example: class { 'activemq': ensure => 'latest', webconsle => false, admin_pass => 'secretpass', stats_pass => 'secretpass', }

License

Released under the Apache 2.0 licence

Contribute

  • Fork it
  • Create a topic branch
  • Improve/fix (with spec tests)
  • Push new topic branch
  • Submit a PR