MultipleConsumers Property
FALSE means queues created in the table can only have one consumer for each message. This is the default. TRUE means queues created in the table can have multiple consumers for each message.
public bool MultipleConsumers {get; set;}
'Declaration
Public Property MultipleConsumers As Boolean