Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (20 loc) · 528 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 528 Bytes

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.