TibrvTransport.send()
Method
Declaration
voidsend
(TibrvMsg message)
throws TibrvException
voidsend
(TibrvMsg[] messages)
throws TibrvException
Purpose
Remarks
The message must have a valid destination subject; see TibrvMsg.setSendSubject().
Parameter |
Description |
|
Send this message. |
|
Send this array of messages with one call. In most applications this call is more efficient than a series of send calls on individual messages. |
Restrictions
Sending an array of messages is available only in the JNI preferred implementation. It is not available in the JNI backward compatibility implementation, nor in the pure Java implementation.