All Projects → rebus-org → Rebus.RabbitMq

rebus-org / Rebus.RabbitMq

Licence: other
🚌 RabbitMQ transport for Rebus

Programming Languages

C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to Rebus.RabbitMq

Rebus.SqlServer
🚌 Microsoft SQL Server transport and persistence for Rebus
Stars: ✭ 35 (-31.37%)
Mutual labels:  message-queue, transport, rebus
Lemon Rabbitmq
乐檬框架之rabbitMQ的解耦实现方式(基于springboot框架),利用ConfirmCallback确保消息安全发送至broker服务器,使用Ack/Nack手动确认消息处理状态,保证broker消息被正确消费
Stars: ✭ 46 (-9.8%)
Mutual labels:  rabbitmq, message-queue
Plumber
A swiss army knife CLI tool for interacting with Kafka, RabbitMQ and other messaging systems.
Stars: ✭ 514 (+907.84%)
Mutual labels:  rabbitmq, message-queue
Kombu
Kombu is a messaging library for Python.
Stars: ✭ 2,263 (+4337.25%)
Mutual labels:  rabbitmq, message-queue
RebusSamples
Small sample projects
Stars: ✭ 82 (+60.78%)
Mutual labels:  rabbitmq, rebus
Watchman
A simple message queue callback center
Stars: ✭ 271 (+431.37%)
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 (+3776.47%)
Mutual labels:  rabbitmq, message-queue
Hippo
💨A well crafted go packages that help you build robust, reliable, maintainable microservices.
Stars: ✭ 134 (+162.75%)
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 (+356.86%)
Mutual labels:  rabbitmq, message-queue
AMQPClient.jl
A Julia AMQP (Advanced Message Queuing Protocol) / RabbitMQ Client.
Stars: ✭ 30 (-41.18%)
Mutual labels:  rabbitmq, message-queue
roger-rabbit
A module that makes the process of consuming and publishing messages in message brokers easier
Stars: ✭ 12 (-76.47%)
Mutual labels:  rabbitmq, message-queue
OpenSleigh
OpenSleigh is a Saga management library for .NET Core.
Stars: ✭ 198 (+288.24%)
Mutual labels:  rabbitmq, message-queue
Rebus
🚌 Simple and lean service bus implementation for .NET
Stars: ✭ 1,733 (+3298.04%)
Mutual labels:  message-queue, rebus
Benthos
Fancy stream processing made operationally mundane
Stars: ✭ 3,705 (+7164.71%)
Mutual labels:  rabbitmq, message-queue
Message Io
Event-driven message library for building network applications easy and fast.
Stars: ✭ 321 (+529.41%)
Mutual labels:  message-queue, transport
Qmq
QMQ是去哪儿网内部广泛使用的消息中间件,自2012年诞生以来在去哪儿网所有业务场景中广泛的应用,包括跟交易息息相关的订单场景; 也包括报价搜索等高吞吐量场景。
Stars: ✭ 2,420 (+4645.1%)
Mutual labels:  rabbitmq, message-queue
distmq
Distributed Message Queue based on Raft
Stars: ✭ 32 (-37.25%)
Mutual labels:  rabbitmq, message-queue
waspy
WASP framework for Python
Stars: ✭ 43 (-15.69%)
Mutual labels:  rabbitmq, transport
rabbitmq-stream-dotnet-client
RabbitMQ client for the stream protocol
Stars: ✭ 58 (+13.73%)
Mutual labels:  rabbitmq
Distributed-eStore
Ecommerce SPA application with a microservices architecture implemented from scratch. Tech stack - Docker, Consul, Fabio, RabbitMQ, .Net Core, Mediatr, CQRS, React, Redux. .NET Core Microservices template, .NET React Redux, .NET RabbitMQ, .NET Distributed, Docker, .NET Core with Docker.
Stars: ✭ 99 (+94.12%)
Mutual labels:  rabbitmq

Rebus.RabbitMq

install from nuget

Provides a RabbitMQ transport implementation for Rebus.


For RabbitMQ, running on a Docker for Windows instance.

Install Docker for windows

Build and run your RabbitMQ with management console, with the following shell command:

docker run -d --hostname my-rabbit --name some-rabbit -p 5672:5672 -p 8080:15672 rabbitmq:3-management

From your web brower, navigate to the RabbitMQ management console,

http://localhost:8080

and then login with the default credentials that were automatically configured for the Docker instance.

username: guest
password: guest

In Visual Studio 2017, run All Tests form the menus: Tests -> Run -> All Tests. While test are running, switch back to the management console, and watch:

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].