Used if a definite table for queues that can have multiple consumers for each message is needed.
property MultipleConsumers: boolean default False;
The MultipleConsumers property should be set to True to use a definite table for queues that can have multiple consumers for each message. False is the default value and means that queues, based on this table can have only one consumer for each message. This property is used by the CreateQueueTable method.