Java CAPS JMS Reference

createTextMessage(msg)

Description

Creates a text message that includes the specified text, producing a ready-to-deliver TextMessage object.

Parameters

Name 

Type 

Description 

msg

String

The string to populate the msg object with.

Return Value

Returns 

Type 

The message object with data msg.

com.stc.connectors.jms.Message

Exceptions

None.