shane-lab / crystal-amqp-pub-sub-wrapper

Pub/Sub AMQP wrapper module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pub/Sub wrapper for AMQP

Wrapper module to do pub/sub with AMQP in Crystal using AMQP by datanoise.

Status

Alpha

Requirements

Crystal language version 0.20 and higher.

Installation

Add this to your application's shard.yml:

dependencies:
  amqp-pub-sub:
    github: shane-lab/crystal-amqp-pub-sub-wrapper

Usage

Please see 'examples' directory for simple pub/sub on a topic exchange.

License

MIT

About

Pub/Sub AMQP wrapper module

License:MIT License


Languages

Language:Crystal 83.7%Language:Makefile 16.3%