rebus-org / Rebus.AzureQueues

:bus: Azure Storage Queues transport implementation for Rebus
https://mookid.dk/category/rebus
Other
7 stars 5 forks source link

Added DoNotCreateQueuesEnabled option #9

Closed asleire closed 4 years ago

asleire commented 4 years ago

Closes #8

mookid8000 commented 4 years ago

Hi @asleire , excellent! 👍

I took the liberty of renaming the property to "AutomaticallyCreateQueues" instead of "DoNotCreateQueuesEnabled" to avoid the "negation enabled" kind of formulation 😄 I hope that's OK with you.

It's out in Rebus.AzureQueues 0.6.0 on NuGet.org in a few minutes.

asleire commented 4 years ago

Absolutely! The property is called DoNotCreateQueuesEnabled in the Rebus.AzureServiceBus-package, so I thought it'd be consistent - but I definitely prefer AutomaticallyCreateQueues.

Thanks for the quick merges 😃