amqp

Version, currently master branch1 version
  • master branchlatestDec 29, 2018

github.com/datanoise/amqp.cr

AMQP 0.9.1 client with RabbitMQ extensions

58 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  amqp:
    github: datanoise/amqp.cr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.20.0
License
MIT

Dependencies

This version declares no dependencies.

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.