Java CAPS JMS Reference

createMessage(msg)

Description

Creates a message of type com.stc.connectors.jms.Message, which wraps around the message variable of type javax.jms.Message.

Parameters

Name 

Type 

Description 

msg

javax.jms.Message

The message variable. 

Return Value

Returns 

Type 

The message object, with data from JMS Message object. 

com.stc.connectors.jms.Message

Exceptions

Throws JMSException, IOException.