A message broker for the PCP protocol. It now supports PCP v2, with limited support for PCP v1 clients:
To use this service in your trapperkeeper application, simply add this project as a dependency in your leiningen project file:
And then see these notes on configuring
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.)
Look here.
Please refer to this document.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close