antonyvorontsov / RabbitMQ.Client.Core.DependencyInjection

.Net Core library-wrapper of RabbitMQ.Client for Dependency Injection.
MIT License
111 stars 36 forks source link

Allow to send an empty routingkey #65

Open sukney opened 3 years ago

sukney commented 3 years ago

_queueService.Send("ping", "afc_topic_exchange", "")

It should be allowed to send an empty routingkey。 However, it is not allowed now System.ArgumentException:“Argument routingKey is null or empty. Arg_ParamName_Name”