pardahlman / RawRabbit

A modern .NET framework for communication over RabbitMq
MIT License
746 stars 144 forks source link

The queue doesn't have the correct Name #285

Closed karimflaction closed 6 years ago

karimflaction commented 6 years ago

Hello !

I'm sorry to disturb you once again but I have a problem. I create my queue in the class "BasicMessage" like this : image

I noticed that the binding was made at the time of the reciever when I do this : image

I noticed too that de name of the queue "test_queue" is not correct when I check in the RabbitMq-Management : image

With my test, I noticed that my queue is not used. When I change the name of the queue the message work but if I change the name of the exchange, the message doesn't work.

How can I do the binding at the sender ? Why the name is not correct ? Why the message passes even if the name of the queue is not correct?

Thank you for your time and your help

pardahlman commented 6 years ago

Are you refering to the queue suffix testrabbitmq_receiver? It is documented here. There is also some information on how to remoev the queue suffix.