Skip to content

A Julia AMQP (Advanced Message Queuing Protocol) / RabbitMQ Client.

License

Notifications You must be signed in to change notification settings

JuliaComputing/AMQPClient.jl

Repository files navigation

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.