Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/datanoise/amqp.cr

AMQP client for Crystal language
https://github.com/datanoise/amqp.cr

Last synced: 12 days ago
JSON representation

AMQP client for Crystal language

Lists

README

        

# 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`:

```yml
dependencies:
amqp:
github: datanoise/amqp.cr
```

# Usage

Please see 'examples' directory for various usage scenarios.

# License

MIT clause - see LICENSE for more details.