/crystal-amqp-pub-sub-wrapper

Pub/Sub AMQP wrapper module

Primary LanguageCrystalMIT LicenseMIT

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