Giter Site home page Giter Site logo

docker-coilmq's Introduction

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.

docker-coilmq's People

Contributors

beevelop avatar

Watchers

 avatar  avatar  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.