C# Class Utils.PrepareQueues

Datei anzeigen Open project: BjRo/LearningRhinoServiceBus

Public Methods

Method Description
Prepare ( string queueName, QueueType queueType ) : void

Private Methods

Method Description
CreateQueueIfNotExists ( string queuePath ) : void
PurgeQueue ( string queuePath ) : void
PurgeSubqueue ( string queuePath, string subqueueName ) : void
PurgeSubqueues ( string queuePath, QueueType queueType ) : void

Method Details

Prepare() public static method

public static Prepare ( string queueName, QueueType queueType ) : void
queueName string
queueType QueueType
return void