'Declaration Public Enum OracleQueueType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum OracleQueueType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum OracleQueueType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum OracleQueueType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Exception | Exception queue, which is the repository for all expired and non-serviceable messages. Messages cannot be directly enqueued to the exception queue. |
NonPersistentMultiConsumers | Nonpersistent queue, which is not stored in a database table. Multiconsumer variant. |
NonPersistentSingleConsumers | Nonpersistent queue, which is not stored in a database table. Single consumer variant. |
Normal | Normal queue. |
System.Object
System.ValueType
System.Enum
Devart.Data.Oracle.OracleQueueType