C# Class NServiceBus.ConfigureQueueCreation

Contains extension methods for EndpointConfiguration that expose Queue creation settings.
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
DoNotCreateQueues ( this config ) : void

If queues configured do not exist, will cause them not to be created on startup.

Private Methods

Method Description
CreateQueues ( this config ) : bool

Method Details

DoNotCreateQueues() public static method

If queues configured do not exist, will cause them not to be created on startup.
public static DoNotCreateQueues ( this config ) : void
config this The instance to apply the settings to.
return void