All Projects → JuliaComputing → AMQPClient.jl

JuliaComputing / AMQPClient.jl

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

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to AMQPClient.jl

distmq
Distributed Message Queue based on Raft
Stars: ✭ 32 (+6.67%)
Mutual labels:  rabbitmq, message-queue
Benthos
Fancy stream processing made operationally mundane
Stars: ✭ 3,705 (+12250%)
Mutual labels:  rabbitmq, message-queue
Rebus.RabbitMq
🚌 RabbitMQ transport for Rebus
Stars: ✭ 51 (+70%)
Mutual labels:  rabbitmq, message-queue
roger-rabbit
A module that makes the process of consuming and publishing messages in message brokers easier
Stars: ✭ 12 (-60%)
Mutual labels:  rabbitmq, message-queue
Enqueue Dev
Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
Stars: ✭ 1,977 (+6490%)
Mutual labels:  rabbitmq, message-queue
OpenSleigh
OpenSleigh is a Saga management library for .NET Core.
Stars: ✭ 198 (+560%)
Mutual labels:  rabbitmq, message-queue
Watchman
A simple message queue callback center
Stars: ✭ 271 (+803.33%)
Mutual labels:  rabbitmq, message-queue
Plumber
A swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems.
Stars: ✭ 514 (+1613.33%)
Mutual labels:  rabbitmq, message-queue
Hippo
💨A well crafted go packages that help you build robust, reliable, maintainable microservices.
Stars: ✭ 134 (+346.67%)
Mutual labels:  rabbitmq, message-queue
Lemon Rabbitmq
乐檬框架之rabbitMQ的解耦实现方式(基于springboot框架),利用ConfirmCallback确保消息安全发送至broker服务器,使用Ack/Nack手动确认消息处理状态,保证broker消息被正确消费
Stars: ✭ 46 (+53.33%)
Mutual labels:  rabbitmq, message-queue
Qmq
QMQ是去哪儿网内部广泛使用的消息中间件,自2012年诞生以来在去哪儿网所有业务场景中广泛的应用,包括跟交易息息相关的订单场景; 也包括报价搜索等高吞吐量场景。
Stars: ✭ 2,420 (+7966.67%)
Mutual labels:  rabbitmq, message-queue
Kombu
Kombu is a messaging library for Python.
Stars: ✭ 2,263 (+7443.33%)
Mutual labels:  rabbitmq, message-queue
Enqueue Bundle
[READ-ONLY] Message queue bundle for Symfony. RabbitMQ, Amazon SQS, Redis, Service bus, Async events, RPC over MQ and a lot more
Stars: ✭ 233 (+676.67%)
Mutual labels:  rabbitmq, message-queue
haraqa
High Availability Routing and Queueing Application
Stars: ✭ 50 (+66.67%)
Mutual labels:  message-queue
go-nats-examples
Single repository for go-nats example code. This includes all documentation examples and any common message pattern examples.
Stars: ✭ 99 (+230%)
Mutual labels:  message-queue
core
Simple JSON-based messaging queue for inter service communication
Stars: ✭ 28 (-6.67%)
Mutual labels:  message-queue
nodejs-integration-tests-best-practices
✅ Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (April 2022)
Stars: ✭ 2,842 (+9373.33%)
Mutual labels:  message-queue
dynamic-queue
The dynamic queue
Stars: ✭ 17 (-43.33%)
Mutual labels:  message-queue
rabbitmq-labs
The source code for my RabbitMQ tutorials.
Stars: ✭ 45 (+50%)
Mutual labels:  message-queue
iris
Lightweight Component Model and Messaging Framework based on ØMQ
Stars: ✭ 50 (+66.67%)
Mutual labels:  message-queue

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].