Code Monkey home page Code Monkey logo

bunnyhop's Introduction

bunnyhop

๐Ÿ‡ .ยทห™ห™ห™ยท. ๐Ÿ‡

bunnyhop is an AMQP 0.9.1 (e.g. RabbitMQ) message relay, that simply reads from a queue bound to an exchange in one broker and writes to an exchange in another. It aims for reliability and preventing message loss.

It optionally can filter JSON messages by matching the value of top-level keys to a regex pattern. If filter rules are provided, they define a whitelist, where a message that matches any rule is forwarded. If no rules are defined, all messages are forwarded (and bunnyhop skips the overhead of unmarshaling the message from JSON).

Installation

The recommended method of running bunnyhop is with Docker:

docker pull retzkek/bunnyhop

Binary releases may be available on GitHub.

Configuration

bunnyhop supports configuration via JSON, TOML, YAML, HCL, or Java properties formats. See the bunnyhop.yml file for a complete configuration example with description and defaults. It will look for files named bunnyhop with the appropriate extension, e.g. bunnyhop.yml, in the following locations:

  • /etc
  • /etc/bunnyhop
  • .

Parameters can also be set by environment variable that is prefixed with "BH_", and follows dot notation, except underscore-delimited and in all caps. e.g.:

  • BH_APP_LOG_LEVEL=debug
  • BH_ORIGIN_EXCHANGE_NAME=myexchange

Monitoring

bunnyhop by default will publish various runtime metrics in the Prometheus exposition format at http://localhost:8080/metrics. It can also push metrics in the Graphite "plain" format at regular intervals.

Additionally, it can expose pprof profiling information on a separate port (default http://localhost:6060).

bunnyhop's People

Contributors

retzkek avatar

Watchers

 avatar  avatar  avatar

bunnyhop's Issues

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.