In This Topic
Adds a message to the specified queue.
Overload List
| Overload | Description |
| Enqueue(OracleQueueMessage) | Adds a message to the specified queue. |
| Enqueue(OracleQueueMessage,OracleQueueEnqueueOptions) | Adds a message to the specified queue. |
| Enqueue(OracleBinary) | Adds a message to the queue of RAW objects. |
| Enqueue(OracleBinary,OracleQueueMessageProperties,OracleQueueEnqueueOptions) | Adds a message to the queue of RAW objects. |
| Enqueue(Byte[]) | Adds a message to the queue of RAW objects. |
| Enqueue(Byte[],OracleQueueMessageProperties,OracleQueueEnqueueOptions) | Adds a message to the queue of RAW objects. |
| Enqueue(String) | Inserts a message into a queue of RAW objects. String is converted to a byte array using default encoding. |
| Enqueue(String,OracleQueueMessageProperties,OracleQueueEnqueueOptions) | Inserts a message into a queue of RAW objects. String is converted to a byte array using default encoding. |
| Enqueue(OracleObject) | Adds a message to the specified queue. |
| Enqueue(OracleObject,OracleQueueMessageProperties,OracleQueueEnqueueOptions) | Adds a message to the specified queue. |
| Enqueue(OracleXml) | Adds a message to the queue of XML objects. |
| Enqueue(OracleXml,OracleQueueMessageProperties,OracleQueueEnqueueOptions) | Adds a message to the queue of XML objects. |
See Also