CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ CreateQueueAndAttachListenerIfNotExist()

virtual void Cqrs.Bus.QueuedCommandBusReceiver< TAuthenticationToken >.CreateQueueAndAttachListenerIfNotExist ( string  queueName)
protectedvirtual

Checks if the queue exists, if it doesn't it creates a new queue in QueueTracker and then starts a separate Thread running DequeuAndProcessCommand.

Parameters
queueNameThe name of the queue.