OracleQueueTableOptions Class Members
In This Topic
The following tables list the members exposed by OracleQueueTableOptions.
Public Constructors
Public Properties
| Name | Description |
| Comment | User-specified description of the queue table. |
| Compatible | The lowest database version with which the queue is compatible. Default OracleQueueCompatible.Default. |
| MessageGrouping | Gets or sets message grouping behavior for queues created in the table. Default value is OracleQueueMessageGrouping.None. |
| MultipleConsumers | 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. |
| PayloadTypeName | Name of the queue payload type |
| PrimaryInstance | The primary owner of the queue table. Queue monitor scheduling and propagation for the queues in the queue table are done in this instance. The default value for primary instance is 0, which means queue monitor scheduling and propagation will be done in any available instance. |
| SecondaryInstance | The queue table fails over to the secondary instance if the primary instance is not available. The default value is 0, which means that the queue table will fail over to any available instance. |
| Secure | Specifies whether the queue table is used for secure queues. Default value is false. |
| SortOrder | Specifies which parameter is used to order messages in the queue. The queue will be sorted by this parameter in the ascending order. Default value is OracleQueueSortOrder.EnqueueTime. |
| StorageClause | Storage parameter. |
Top
Public Methods
See Also