Java CAPS JMS Reference

sendBytesTo(payload, destination, deliveryMode, priority, timeToLive)

Description

Sends a message of type byte[] to the destination configured in the Connectivity Map Editor, using the specified parameters.

Parameters

Name 

Type 

Description 

payload

byte[]

The byte array value. 

deliveryMode

int

The message delivery mode. 1 indicates non-persistent messages, 2 indicates persistent messages. 

priority

int

The message priority (0 through 9, with 9 being the highest priority). 

timetolive

long

The amount in milliseconds before the message expires. 

Return Value

None.

Exceptions

Throws JMSException if a message is null or if the JMS provider fails to send the message due to an internal error.