• This repository has been archived on 22/Aug/2023
  • Stars
    star
    59
  • Rank 492,773 (Top 10 %)
  • Language
    Crystal
  • License
    MIT License
  • Created about 9 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

AMQP client for Crystal language

AMQP

AMQP 0.9.1 client with RabbitMQ extensions in Crystal.

Status

Beta

Requirements

Crystal language version 0.20 and higher.

Goal

The goal is to provide the usable interface to RabbitMQ server, by implementing the AMQP 0.9.1 spec in pure Crystal language.

Installation

Add this to your application's shard.yml:

dependencies:
  amqp:
    github: datanoise/amqp.cr

Usage

Please see 'examples' directory for various usage scenarios.

License

MIT clause - see LICENSE for more details.