AMQPClient.jl

A Julia AMQP (Advanced Message Queuing Protocol) / RabbitMQ Client.
Popularity
37 Stars
Updated Last
3 Months Ago
Started In
August 2016

AMQPClient

Build Status codecov.io

A Julia AMQP (Advanced Message Queuing Protocol) Client.

Supports protocol version 0.9.1 and RabbitMQ extensions.

This library has been tested with RabbitMQ, though it should also work with other AMQP 0.9.1 compliant systems.

Using AMQPClient:

Note: These documents may not mention all implemented APIs yet. Please look at the protocol references or exported methods of the package to get the complete list.

Protocol reference:

Examples

Julia code examples from RabbitMQ tutorials can be found in rabbitmq/rabbitmq-tutorials repository.

Required Packages

Used By Packages

No packages found.