easynetq Questions

5

Solved

I'm using RabbitMQ in C# with the EasyNetQ library. I'm using a pub/sub pattern here. I still have a few issues that I hope anyone can help me with: When there's an error while consuming a messag...
Ellenaellender asked 18/6, 2015 at 11:52

2

Solved

I am looking at using EasyNetQ for interacting with RabbitMQ and wondering if it can support following case: Queue is declared externally with some arbitrary arguments (e.g. x-message-ttl) Client...
Stucco asked 19/5, 2015 at 15:36

4

I am writing a small app where i am using RabbitMQ to send/Receive a message. Everything is working ok, but i am struggling with message persistence. I want message to remain in a Queue even in s...
Akihito asked 22/9, 2015 at 14:28

4

Solved

Hi I am attempting to send a simple object like through RabbitMQ via EasyNetQ. I'm having issues deserializing that object on the subscription side. Anyone able to show me a sample of how this work...
Bistro asked 16/10, 2014 at 22:15

2

Solved

I'm going through the process of setting up RabbitMQ with LDAP authorization but am not having much luck... Could someone in the know, please take a look and tell me what I'm doing wrong? I'm able ...
Spanos asked 18/2, 2015 at 13:6

1

Solved

I'm currently using RabbitMQ via EasyNetQ to communicate between a Windows service and numerous clients. The communications are a mix of requests from the clients and push notifications to all of t...
Tentative asked 30/5, 2017 at 20:44

1

Solved

I am using EasyNetQ and need to retry failed messages on the original queue. The problem is: even though I successfully increment the TriedCount variable (in the body of every msg), when EasyNetQ p...
Significative asked 13/2, 2019 at 22:38

3

Solved

I am creating an application for testing performance between different RabbitMQ clients. One of them should be SQL Server. I found out that there exists RabbitMQ component for SQL Server Integratio...
Bachman asked 2/3, 2016 at 13:33

1

I have a windows services which uses EasyNetQ and RabbitMQ. The service starts normally from the service control manager. However I have seen occasionally on a reboot, the service does not start wi...
Muumuu asked 13/10, 2014 at 19:5

2

Solved

I'm looking for a solid way of re-queuing messages that couldn't be handled properly - at this time. I've been looking at http://dotnetcodr.com/2014/06/16/rabbitmq-in-net-c-basic-error-handling-in...
Peaslee asked 18/8, 2015 at 15:50

1

Solved

I'm pretty much looking for a port to Autofac that is implemented here with Castle Windsor. The IBus is an interface provided by EasyNetQ library and I'd like to register a factory that would insta...
Duhon asked 7/10, 2015 at 14:57

1

Solved

I have four consumer when error occured message publishing to default EasyNetQ_Default_Error_Queue is it possible to each queue consumer write own error exchange For example; Queue Name : A Error...
Cecilycecity asked 30/5, 2015 at 14:43

1

Solved

I recently posted the following question... Custom Error Queue Name when using EasyNetQ for RabbitMQ? ... and was provided with a solution on how to use different, application specific Error Queu...
Mezzorilievo asked 26/2, 2015 at 9:30

1

Solved

Rather than having my unhandled exceptions go into EasyNetQ_Default_Error_Queue I wondered if there is a way that I can explicitly state the name of an Error Queue that should be used for a given a...
Enki asked 24/2, 2015 at 12:52

2

Solved

In my test application I can see messages that were processed with an exception being automatically inserted into the default EasyNetQ_Default_Error_Queue, which is great. I can then successfully d...
Spoonerism asked 25/2, 2013 at 2:11

1

I work for a digital signage company where we send lots of animations/videos to various machines on the network. We have used ftp in the past to send files from a server app (which is our content m...
Leucoplast asked 28/1, 2014 at 23:52

2

Solved

I am trying to connect to RabbitMQ with EasyNetQ. RabbitMQ is on remote VM. _rabbitBus = RabbitHutch.CreateBus( string.Format("host={0};virtualhost={1}", _hostSettings.Host, _hostSettings.VHost...
Liv asked 5/4, 2014 at 14:43

1

Looking at EasyNetQ as replacement for our current library for MQ communication. For Testing im trying to simply publish a number of messages to an exchange, using a custom naming strategy. My met...
Confined asked 22/2, 2014 at 13:18

2

Solved

I'm new to messaging, and currently investigating using RabbitMQ as part of our system architecture to provide messaging between different services. I've got a basic RabbitMQ example working and it...
Prestidigitation asked 28/2, 2012 at 16:44
1

© 2022 - 2024 — McMap. All rights reserved.