Overload | Description |
---|---|
Send(Object) | Sends an object to non-transactional queue referenced by this MessageQueue. |
Send(Object,MessageQueueTransaction) | Sends an object to the transactional queue referenced by this MessageQueue. |
Send(Object,MessageQueueTransactionType) | Sends an object to the queue referenced by this MessageQueue. |
Send(Object,String) | Sends an object to the non-transactional queue referenced by this MessageQueue and specifies a label for the message. |
Send(Object,String,MessageQueueTransaction) | Sends an object to the transactional queue referenced by this MessageQueue and specifies a label for the message. |
Send(Object,String,MessageQueueTransactionType) | Sends an object to the queue referenced by this MessageQueue and specifies a label for the message. |