Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.
/ docker-coilmq Public archive

CoilMQ is a simple, configurable STOMP message broker (aka STOMP server) written in Python.

Notifications You must be signed in to change notification settings

beevelop/docker-coilmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Travis Pulls Layers Size Release Badges Beevelop

CoilMQ for Docker 🐋

CoilMQ is a simple, configurable STOMP message broker (aka STOMP server) written in Python.

Run

docker run -it -p 61613:61613 beevelop/coilmq

Usage

Usage: coilmq [OPTIONS]

  Main entry point for running a socket server from the commandline.

  This method will read in options from the commandline and call the
  L{config.init_config} method to get everything setup.  Then, depending on
  whether deamon mode was specified or not,  the process may be forked (or
  not) and the server will be started.

Options:
  -c, --config FILE   Read configuration from FILE. (CLI options override
                      config file.)
  -b, --host ADDR     Listen on specified address (default 127.0.0.1)
  -p, --port PORT     Listen on specified port (default 61613)
  -l, --logfile FILE  Log to specified file (unless logging configured in
                      config file).
  --debug TEXT        Sets logging to debug (unless logging configured in
                      config file).
  -d, --daemon TEXT   Run server as a daemon (default False).
  -u, --uid UID       The user/UID to use for daemon process.
  -g, --gid GID       The group/GID to use for daemon process.
  --pidfile FILE      The PID file to use.
  --umask MASK        Umask (octal) to apply for daemonized process.
  --rundir DIR        The working directory to use for the daemonized process
                      (default /).
  --help              Show this message and exit.

About

CoilMQ is a simple, configurable STOMP message broker (aka STOMP server) written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages