An NDoc Documented Class Library

MsgConfig.AutoQueueCreate Property

The configuration value enabling or disabling automatic queue creation. When disabled, if a queue receiver or browser attempts to connect to a non-existent queue then an InvalidDestinationException will be thrown. When enabled, the queue will automatically be created.

This application configuration value is defined as "AutoQueueCreate".

The default value is "False".

public static bool AutoQueueCreate {get; set;}

See Also

MsgConfig Class | webMethods.Msg Namespace