Send Message

Operation Name

Send Message

Function Overview

Send data to the queues/topics on the JMS provider server.

Data Model

Data model of this component is XML type.

Properties

For information about using variables, refer to "variables".
Basic settings
Item name Required / Optional Use of Variables Description Remarks
Name Required Not available Enter the name on the script canvas.  
Input data Required Not available Select the component on the script canvas.  
Required Settings
Item name Required / Optional Use of Variables Description Remarks
Destination Required Not available Select Global Resources.
Refer to "Global Resource Properties" for global resource settings.
  • [Add]:
    Adds new global resource.
  • [Edit List]:
    Global resource settings can be edited with "Edit Resource list".
 
Data transmission method Required Not available Select how to transfer data.
  • [Send as a JMS message]: (default)
    Send as a JMS message.
  • [Send as a XML data] :
    Data matching with each schema(Text, Map, Object, Stream, Bytes) will be also sent as XML data.
 
Comment
Item name Required / Optional Use of Variables Description Remarks
Comment Optional Not available You can write a short description of this adapter.
The description will be reflected in the specifications.
 

Schema

Input Schema

Learn more about "Schema" used by JMS Adapter .

Output Schema

None.

Loading schema in Mapper

Schema needs to be loaded manually.
For any details, please refer to the "Editing Schema".

Transaction

Transaction are supported only if the following conditions are met.j Learn more about XA transactions for "non-XA and XA resources".

PSP Usage

PSP is not supported.

Specification Limits

None.

Main exceptions

Exception name Causes Solution
InputDataNotFoundException [Input data] is not specified. Specify the [Input data], or draw the data flow.
ResourceNotFoundException
Resource definition could not be found.Name: []
[Destination] is not specified. Specify [Destination].
ResourceNotFoundException
Resource definition could not be found.Name: [<name of Global Resources>]
Resource definition selected in [Destination] is not found. Check the global resource specified in [Destination].
UnsupportedMessageTypeException Message type specified at [Input data] is invalid. Check message type.
javax.jms.JMSException JMS provider is not running, or the connection settings are incorrect. Check whether JMS provider is running, or check the contents of connections setting.