Code Monkey home page Code Monkey logo

pcp-broker's Introduction

pcp-broker

A message broker for the PCP protocol. It now supports PCP v2, with limited support for PCP v1 clients:

  • Delayed message delivery is no longer supported; message expiration is ignored in v1 messages.
  • Multicast messaging is no longer supported; only messages with a single target will be allowed.
  • Session association is deprecated. Client types may be specified by appending them to the connection URI; when not supplied client type defaults to agent. The client type established on connection must be used in any session_association requests.
  • Debug chunks are no longer created or retransmitted.

Installing

To use this service in your trapperkeeper application, simply add this project as a dependency in your leiningen project file:

Clojars Project

And then see these notes on configuring

Running the server

For development purposes you can run a broker out of a checkout using the insecure certificates provided in test-resources/ with either the following command:

lein tk

(This one runs the broker with schema validations disabled, i.e. the same as in production.)

Or with:

lein tkv

(This one runs the broker with schema validations enabled for greater scrutiny.)

Documentation

Look here.

Contributing

Please refer to this document.

pcp-broker's People

Contributors

richardc avatar mikaelsmith avatar ploubser avatar puppetlabs-jenkins avatar mruzicka avatar parisiale avatar nicklewis avatar wkalt avatar adreyer avatar jonathannewman avatar transifex-bot avatar mcdonaldseanp avatar justinstoller avatar rlinehan avatar lucywyman avatar steveax avatar samwoods1 avatar cprice404 avatar speedofdark avatar donoghuc avatar sarameisburger avatar mwaggett avatar mollykmcglone avatar stahnma avatar jdub55 avatar jsane avatar geoffnichols avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.