Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Add some sort of "CreateQueueIfNecessary" function. #9

Open
CallumHibbert opened this issue Oct 28, 2013 · 2 comments
Open

Add some sort of "CreateQueueIfNecessary" function. #9

CallumHibbert opened this issue Oct 28, 2013 · 2 comments

Comments

@CallumHibbert
Copy link

For the MSMQ transport, there is the "NServiceBus.Utils.MsmqUtilities.CreateQueueIfNecessary()" function to easily create additional queues if required. Such a scenario is when you are writing an NSB satellite that needs its own queue associated with the endpoint (usually seen when implementing "INeedToInstallSomething").

There is the "WindowsServicebusQueueClientCreator" class for Windows Service Bus transport but it's not super usable.

@CallumHibbert
Copy link
Author

The satellite I wrote magically created the queue without me having to implement "INeedToInstallSomething" so I think this problem is a low priority.

@mauroservienti
Copy link
Member

You are correct, queue are created automatically, that is why I do not understand why audit and errors queue in some scenario do not follow this behavior.
I’m facing the exact same problem, currently investigating.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants