All Projects → puppetlabs → puppetlabs-activemq

puppetlabs / puppetlabs-activemq

Licence: Apache-2.0 license
Puppet ActiveMQ Module

Programming Languages

shell
77523 projects
Puppet
460 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to puppetlabs-activemq

RandomProxyRuby
Tiny Library for get random proxy (free).
Stars: ✭ 16 (-36%)
Mutual labels:  module
node-webrtc
🔌 WebRTC bindings for Node, written according to the W3C specification.
Stars: ✭ 23 (-8%)
Mutual labels:  module
shopyo
shopyo.readthedocs.org
Stars: ✭ 66 (+164%)
Mutual labels:  module
icingaweb2-module-cube
Drill-down view for Icinga web 2 based on custom variables
Stars: ✭ 40 (+60%)
Mutual labels:  module
puppetlabs-puppetdb
A puppet module for installing and managing puppetdb
Stars: ✭ 52 (+108%)
Mutual labels:  module
TairString
A redis module, similar to redis string, but you can set expire and version for the value. It also provides many very useful commands, such as cas/cad, etc.
Stars: ✭ 99 (+296%)
Mutual labels:  module
puppetlabs-cloudformation
CoudFormation template for installing PE
Stars: ✭ 32 (+28%)
Mutual labels:  module
Framer-Module-ShakeEvent
Shake event for your prototype.
Stars: ✭ 62 (+148%)
Mutual labels:  module
LanguagePx
Easily Create Domain-Specific Languages (DSLs) in Windows PowerShell
Stars: ✭ 24 (-4%)
Mutual labels:  module
puppetlabs-xinetd
Module for managing entries in xinetd
Stars: ✭ 13 (-48%)
Mutual labels:  module
puppetlabs-apt
Puppet module to help manage Apt
Stars: ✭ 215 (+760%)
Mutual labels:  module
colony
Implementation of the colony specification for python
Stars: ✭ 23 (-8%)
Mutual labels:  module
ngx-localstorage
An Angular wrapper for localstorage/sessionstorage access.
Stars: ✭ 27 (+8%)
Mutual labels:  module
lazy-load
🌅 Lazy Loading module for Nuxt 3
Stars: ✭ 30 (+20%)
Mutual labels:  module
ogma
A monorepo for the ogma logger and related packages
Stars: ✭ 201 (+704%)
Mutual labels:  module
is-cidr
Check if a string is an IP address in CIDR notation
Stars: ✭ 27 (+8%)
Mutual labels:  module
webApi-angularjs
⚓ Definitely simplifies your work with server side & organizes webApi layout to further managing.
Stars: ✭ 15 (-40%)
Mutual labels:  module
nim-mod
A Nim MOD player just for fun
Stars: ✭ 40 (+60%)
Mutual labels:  module
nuxt-ts-module
A tiny module to use Typescript within Nuxt.js application.
Stars: ✭ 21 (-16%)
Mutual labels:  module
A71-Hidden-Mods
A magisk module adding some mods to your Galaxy A71 systemlessly.
Stars: ✭ 16 (-36%)
Mutual labels:  module

ActiveMQ

This module configures ActiveMQ. It is primarily designed to work with MCollective and the Oracle Java runtime on an RHEL or EL variant.

Quick Start

The example in the tests directory provides a good example of how the ActiveMQ module may be used. In addition, the MCollective Module provides a good example of a service integrated with this ActiveMQ module.

node default {
  notify { 'alpha': }
  ->
  class  { 'java':
    distribution => 'jdk',
    version      => 'latest',
  }
  ->
  class  { 'activemq': }
  ->
  notify { 'omega': }
}

Contact Information

Related Work

The lab42-activemq module provided much of the basis for this module.

Web Console

The module manages the web console by default. The web console port is usually located at port 8160:

To disable this behavior, pass in webconsole => false to the class. e.g.

node default {
  class { 'activemq':
    webconsole => false,
  }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].