Sends the message to the given destination with the explicit QoS configuration
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Sub Send ( _ destination As IDestination, _ message As IMessage, _ deliveryMode As MsgDeliveryMode, _ priority As MsgPriority, _ timeToLive As TimeSpan _ ) |
| C# |
|---|
void Send( IDestination destination, IMessage message, MsgDeliveryMode deliveryMode, MsgPriority priority, TimeSpan timeToLive ) |
| Visual C++ |
|---|
void Send( IDestination^ destination, IMessage^ message, MsgDeliveryMode deliveryMode, MsgPriority priority, TimeSpan timeToLive ) |
| JavaScript |
|---|
function send(destination, message, deliveryMode, priority, timeToLive); |
Parameters
- destination
- Type: Apache.NMS..::..IDestination
- message
- Type: Apache.NMS..::..IMessage
- deliveryMode
- Type: Apache.NMS..::..MsgDeliveryMode
- priority
- Type: Apache.NMS..::..MsgPriority
- timeToLive
- Type: System..::..TimeSpan