Questions tagged [rawrabbit]

19 questions
0
votes
0 answers

Question for RawRabbit: sends various messages autonomously

I didn't understand, I have a client that sends various messages autonomously, it doesn't wait for the ack but it has to send them and that's it, but seems that it send only the first one and all the others only when I close the application. where…
Danilo
  • 631
  • 1
  • 9
  • 24
0
votes
0 answers

RawRabbit Subscriber does not work in ASP.NET Core

I am creating a RestApi in asp.net core, and in one of my services, I publish a message to RabbitMQ using RawRabbit. That being said, I see the message is published in the RabbitMQ control panel when I have commented the subscriber part, and the…
0
votes
1 answer

Two Console Application Communication Via `RawRabbit`

I need help, I have two console application that communicate via RawRabbit. I first wrote one console applications and added both the Publisher and the Receiver to see if the connection is happening: var busClient =…
Luthando Ntsekwa
  • 4,192
  • 6
  • 23
  • 52
0
votes
1 answer

RawRabbit Set queue name with or without INamingConvention

How can I specify queue name when using RawRabbit with C#? I could not find an example anywhere on how to do it. If implementing INamingConvention is the only way then how to do it with INamingConvention? I have tried specifying queue name following…
Alpesh
  • 606
  • 6
  • 15
1
2