OracleQueueTableOptions Constructor(String,String,OracleQueueSortOrder,Boolean,OracleQueueMessageGrouping,String,OracleQueueCompatible,Int32,Int32,Boolean)
In This Topic
Initializes a new instance of the
OracleQueueTableOptions class.
Syntax
Parameters
- payloadTypeName
- Type of the user data stored, either user-defined type or RAW.
- storageClause
- The storage parameter included to the CREATE TABLE statement.
- sortOrder
- Specifies which properties are used to order messages in the queue. Default value is Ascending.
- multipleConsumers
- Specifies whether the queues created in the table can have multiple consumers.
- messageGrouping
- Specifies the message grouping behaviour.
- comment
- The user-defined description of the table.
- compatible
- The lowest database version with which the queue is compatible.
- primaryInstance
- The primary Oracle instance which will be used to operate the table. 0 to use any available instance.
- secondaryInstance
- The secondary Oracle instance which will be used to operate the table when the primary instance is unavailable. 0 to use any available instance.
- secure
- Specifies whether the queue table is used for secure queues. If true, AQ agents must be associated explicitly with one or more database users who can perform queue operations, such as enqueue or dequeue.
See Also