Popularity
8.1
Stable
Activity
0.0
Stable
59
6
12

Programming language: Crystal
License: MIT License
Tags: Networking    

amqp.cr alternatives and similar shards

Based on the "Networking" category.
Alternatively, view amqp.cr alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of amqp.cr or a related project?

Add another 'Networking' Shard

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:

dependencies:
  amqp:
    github: datanoise/amqp.cr

Usage

Please see 'examples' directory for various usage scenarios.

License

MIT clause - see LICENSE for more details.


*Note that all licence references and agreements mentioned in the amqp.cr README section above are relevant to that project's source code only.