HomePhorge

Introduce queue client "plugin" namespace and interface, with a Stomp client…
7947f100a9d9Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Introduce queue client "plugin" namespace and interface, with a Stomp client implementation.

Puppet::Util::Queue provides queue client mix-in behaviors that enable easy queue client management for consumer classes. Some relevant behaviors include:

  • standard Puppet instance loader behavior for loading queue client modules on-demand based on the client module specified by symbolic name
  • singleton registry of known queue client types (based on symbol-to-class mappings from the instance loading behavior)
  • simple interface for working with an actual queue client instance

Puppet::Util::Queue::Stomp wraps the Stomp::Client class to provide an initial queue client option supporting the Stomp messaging protocol. This defines the interface for all Puppet queue client plugins going forward.

Details

Provenance
Ethan Rowe <ethan@endpoint.com>Authored on
James Turnbull <james@lovedthanlost.net>Committed on Apr 22 2009, 6:39 AM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU80dc83715190: renaming a method
Branches
Unknown
Tags
Unknown

Event Timeline

James Turnbull <james@lovedthanlost.net> committed rPU7947f100a9d9: Introduce queue client "plugin" namespace and interface, with a Stomp client… (authored by Ethan Rowe <ethan@endpoint.com>).Apr 22 2009, 6:39 AM