Closed Michstumpf closed 7 years ago
Hello @Michstumpf! Looks like you're running 1.10.x. It sounds very much like this issue: https://github.com/pardahlman/RawRabbit/issues/210#issuecomment-291149809 take a look and see if the response helps!
Closing this now. Feel free to re-open if the suggested approach doesn't work for you!
Hello, sorry for the delay in reply. It really did not work for me this suggestion, I do not know what I'm doing wrong. I tested all the alternatives in the last days and did not succeed.
Do you mind forwarding me a simple example to override this setting?
@Michstumpf have a look at #217 or http://stackoverflow.com/questions/43521608/rawrabbit-set-queue-name-with-or-without-inamingconvention
Hello, I'm using RawRabbit to create a microservice and I'm having some problems using Queues already existing on my RabbitMQ server (the same thing happens for registering an exchange). It seems that the ".WithName ()" method is not working correctly.
The name of the generated queue is with Suffix, which I would like to remove. Can you help me? Here's an example of how I'm using:
The queue name on the server looks like this: "my_queue_name_my_application"
Thanks in advance