dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueType Enumeration

OracleQueueType Enumeration
Specifies whether the queue is normal, service or nonpersistent with RAW message payload.
Syntax
'Declaration
 
Public Enum OracleQueueType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
ExceptionException queue, which is the repository for all expired and non-serviceable messages. Messages cannot be directly enqueued to the exception queue.
NonPersistentMultiConsumersNonpersistent queue, which is not stored in a database table. Multiconsumer variant.
NonPersistentSingleConsumersNonpersistent queue, which is not stored in a database table. Single consumer variant.
NormalNormal queue.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Devart.Data.Oracle.OracleQueueType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also