99 skills found · Page 1 of 4
php-enqueue / Enqueue Bundle[READ-ONLY] Message queue bundle for Symfony. RabbitMQ, Amazon SQS, Redis, Service bus, Async events, RPC over MQ and a lot more
akalend / Amqpcpprabbitcpp is a C++ library for Message Queue Server RabbitMQ
dubek / Rabbitmq Dump QueueDump messages from a RabbitMQ queue to files, without affecting the queue.
scalad / SpringBoot RabbitMQRabbitMQ为异步消息处理提出了一个很好的解决方案,它是一个非常好用的消息中间件,主要用于中间件的解耦,同时,Spring Boot为RabbitMQ提供了支持, Spring Boot为Rabbit准备了spring-boot-starter-amqp,spring-rabbit 支持 AMQP(即Advanced Message Queuing Protocol,高级消息队列协议,是应用层协议的一个开放标准),并且为RabbitTemplate和RabbitMQ提供了自动配置选项
Ralve-org / RabbitScoutModern, open-source RabbitMQ management dashboard. Real-time monitoring, queue management, message inspection, and pass-through auth. Built with Next.js, TypeScript, and uPlot.
bloomberg / AmqpproxAn AMQP 0.9.1 proxy server, designed for use in front of an AMQP 0.9.1 compliant message queue broker such as RabbitMQ.
run-as-root / Magento2 Message Queue RetryMagento 2 RabbitMQ message queue retry module
vantheshark / Burrow.NETBurrow.NET is a simple library created based on some EasyNetQ ideas, it's a thin wrapper of RabbitMQ.Client for .NET. Basically, if you just need to put your message or subscribe messages from RabbitMQ server, you found the right place. With Burrow.NET, you can easily customize almost everything start with exchange and queue name, changing the way to serialize your object, inject custom error handling strategies, etc.
dominikbraun / BunearyAn easy-to-use RabbitMQ command line client for managing exchanges, managing queues, publishing messages to exchanges and reading messages from queues.
ffengc / HareMQA C++ version of the simplified message queue component is implemented based on RabbitMQ. In order to learn RabbitMQ, this project encompasses the essence and core functions of a high-performance messaging system, imitates the basic architecture of RabbitMQ, and focuses on the publish-subscribe mechanism.
mookofe / TailRabbitMQ and PHP client for Laravel that allows you to add and listen queues messages just simple.
fdhhhdjd / Class RabbitMQ🐰 A practical RabbitMQ learning project demonstrating message queues, producers, consumers, and asynchronous communication using real-world examples. Designed to help developers understand how message brokers improve scalability, reliability, and decoupled system architecture.
davidjmallar / Iot StackIot stack based on RabbitMQ message queue, with monitoring and security.
JuliaComputing / AMQPClient.jlA Julia AMQP (Advanced Message Queuing Protocol) / RabbitMQ Client.
Hipo / HipochatWebsocket Chat Server using Tornado for backend RabbitMQ for message queue
EdisonTalk / EDT.EasyNetQ.SamplesThis is a simple demo on Message Queue & Event Bus based on EasyNetQ (it is based on RabbitMQ.Client) for ASP.NET Core projects
runmq / QueueRunMQ is a reliable, high-performance message queue library for Node.js, built on top of RabbitMQ’s rock-solid messaging guarantees
misterion / Ko WorkerKo-worker project is a PHP library that aims to abstract queue and RPC messaging patterns that can be implemented over RabbitMQ.
snail007 / WmqWrapped message queue which based on rabbitmq,support http protocol
cagrias / Django Rabbitmq Celery Docker ExampleAn example pub/sub message queue implementation of django on docker by using rabbitmq and celery.