NAME
Mercury - Main broker application class
VERSION
version 0.016
SYNOPSIS
# Start the broker
$ mercury broker
# To get help
$ mercury help broker
DESCRIPTION
This is the main broker application class. This is the standard broker application that is started when you use mercury broker
.
To learn how to use this application to broker messages, see the main Mercury documentation. For how to start the broker application, see the mercury broker command documentation or run mercury help broker
.
To learn how to create a custom message broker to integrate authentication, logging, and other customizations, see Mojolicious::Plugin::Mercury.
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.