Name | Description | |
---|---|---|
![]() | OracleQueueMessageProperties Constructor | Overloaded. Initializes a new instance of the OracleQueueMessageProperties class. |
The following tables list the members exposed by OracleQueueMessageProperties.
Name | Description | |
---|---|---|
![]() | OracleQueueMessageProperties Constructor | Overloaded. Initializes a new instance of the OracleQueueMessageProperties class. |
Name | Description | |
---|---|---|
![]() | Attempts | Gets the number of unsuccessful attempts that have been made to dequeue the message. |
![]() | Correlation | Gets the identifier supplied by the producer of the message at enqueue time. |
![]() | Delay | Specifies the delay of the enqueued message. The default value is 0. |
![]() | DeliveryMode | Gets or sets delivery mode of the messages. |
![]() | EnqueueTime | Specifies the time the message was enqueued. |
![]() | ExceptionQueue | Gets or sets the name of the queue into which the message is moved if it cannot be processed successfully. |
![]() | Expiration | Specifies the expiration of the message. It determines, in seconds, the duration the message is available for dequeuing. Default is -1. |
![]() | OriginalMessageId | This parameter is used by Oracle Streams AQ for propagating messages. |
![]() | Priority | Specifies the priority of the message. A smaller number indicates higher priority. The priority can be any number, including negative numbers. Default is 1. |
![]() | RecipientList | Gets or sets the collection of queue subscribers. |
![]() | SenderId | The application-sender identification specified at enqueue time by the message producer. |
![]() | State | Specifies the state of the message at the time of the dequeue. This parameter cannot be set at enqueue time. |
![]() | TransactionGroup | Specifies the transaction_group for the dequeued message. |
Name | Description | |
---|---|---|
![]() | Equals | Compares two OracleQueueMessageProperties objects to determine if they are equal. |
![]() | GetHashCode | Returns hash code of the current OracleQueueMessageProperties instance. |
![]() | ToString | Gets the object's type. |