Java CAPS JMS Reference

createBytesMessage(msg)

Description

Creates a byte message with the specified byte array value.

Parameters

Name 

Type 

Description 

msg

byte[]

The byte array value for the bytes message 

Return Value

Returns 

Type 

The message object with data msg.

com.stc.connectors.jms.Message

Exceptions

None.