Top "Easynetq" questions

EasyNetQ is a simple to use, opinionated, .NET API for RabbitMQ.

HelloWorld example for sending an object over RabbitMQ via EasyNetQ between two different applications

Hi I am attempting to send a simple object like through RabbitMQ via EasyNetQ. I'm having issues deserializing that object …

c# rabbitmq easynetq
How to post messages to RabbitMQ from SQL Server?

I am creating an application for testing performance between different RabbitMQ clients. One of them should be SQL Server. I …

sql-server rabbitmq message-queue easynetq
How to do error handling with EasyNetQ / RabbitMQ

I'm using RabbitMQ in C# with the EasyNetQ library. I'm using a pub/sub pattern here. I still have a …

c# error-handling rabbitmq message-queue easynetq
Using EasyNetQ with RabbitMQ to publish and receive messages

I'm new to messaging, and currently investigating using RabbitMQ as part of our system architecture to provide messaging between different …

rabbitmq message-queue easynetq
EasyNetQ fails to publish to RabbitMQ - PersistentChannel timed out

I am trying to connect to RabbitMQ with EasyNetQ. RabbitMQ is on remote VM. _rabbitBus = RabbitHutch.CreateBus( string.Format("host={0};…

rabbitmq cqrs easynetq
RabbitMQ vs Web API + SignalR

I'm currently using RabbitMQ via EasyNetQ to communicate between a Windows service and numerous clients. The communications are a mix …

asp.net-web-api rabbitmq signalr easynetq