RMQ Publisher do not need a queue?

Is this correct? If my service is a Publisher only, the service doesn’t need at queue and can be configured with

endpointConfiguration.SendOnly();

Hey @Stig_Christensen,

That’s correct, you only need a queue if you’re going to be receiving and processing messages.