For information about using variables, refer to "variables".
| 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. |
| 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.
|
|
| Data transmission method | Required | Not available | Select how to transfer data.
|
| 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. |
Learn more about "Schema" used by JMS Adapter .
For any details, please refer to the "Editing Schema".
For JMS Adapter's transaction settings, please refer to the [Transaction] of "Global Resource Properties".
| 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. |