dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueMessageProperties Class
Properties Methods

In This Topic
    OracleQueueMessageProperties Class Members
    In This Topic

    The following tables list the members exposed by OracleQueueMessageProperties.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleQueueMessageProperties class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of unsuccessful attempts that have been made to dequeue the message.  
    Public PropertyGets the identifier supplied by the producer of the message at enqueue time.  
    Public PropertySpecifies the delay of the enqueued message. The default value is 0.  
    Public PropertyGets or sets delivery mode of the messages.  
    Public PropertySpecifies the time the message was enqueued.  
    Public PropertyGets or sets the name of the queue into which the message is moved if it cannot be processed successfully.  
    Public PropertySpecifies the expiration of the message. It determines, in seconds, the duration the message is available for dequeuing. Default is -1.  
    Public PropertyThis parameter is used by Oracle Streams AQ for propagating messages.  
    Public PropertySpecifies the priority of the message. A smaller number indicates higher priority. The priority can be any number, including negative numbers. Default is 1.  
    Public PropertyGets or sets the collection of queue subscribers.  
    Public PropertyThe application-sender identification specified at enqueue time by the message producer.  
    Public PropertySpecifies the state of the message at the time of the dequeue. This parameter cannot be set at enqueue time.  
    Public PropertySpecifies the transaction_group for the dequeued message.  
    Top
    Public Methods
     NameDescription
    Public MethodCompares two OracleQueueMessageProperties objects to determine if they are equal.  
    Public MethodReturns hash code of the current OracleQueueMessageProperties instance.  
    Public MethodGets the object's type.  
    Top
    See Also