OracleAQMessageType Enumeration
The  OracleAQMessageType enumeration type specifies the message payload type.
                  
Table 13-34 lists all the OracleAQMessageType enumeration values with a description of each enumerated value.
                  
Table 13-34 OracleAQMessageType Members
| Member Name | Description | 
|---|---|
| 
 | Indicates the Raw message type. The data type of the payload must be either  | 
| 
 | Indicates the Oracle UDT message type. The ODP.NET AQ implementation currently does not support user defined types with LOB attributes. It also does not support other variants of user defined types such as VARRAY and nested tables, as Oracle Database AQ does not support them inherently. | 
| 
 | Indicates the XML message type. The data type of the payload must be  | 
Requirements
| Provider | ODP.NET, Unmanaged Driver | 
|---|---|
| Assembly | 
 | 
| Namespace | 
 | 
| .NET Framework | 4.8 |