MultipleConsumers Property
In This Topic
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.
Syntax
'Declaration
Public Property MultipleConsumers As Boolean
public bool MultipleConsumers {get; set;}
See Also