Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name on the script canvas. |
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select Global Resources.
![]()
|
|
Message type | Required | Not available | Select the type of message to be received.
|
|
Byte message setting | Optional | - | Specify the data and the number of occurrences.
Each column can be operated with the following buttons.
|
|
Byte message setting / Data type | Required | Not available | Select the data type.
|
|
Byte message setting / Occurrence count | Required | Available | Enter the number of occurrences of the type specified at [Data type]. |
|
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Expiration (ms) | Optional | Available | Enter a expiration of message when you subscribe message.
Message is deleted when expiration time has passed or when message is subscribed to all subscriptor. |
|
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. |
Exception name | Causes | Solution |
---|---|---|
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]. |
InvalidPropertyConfigurationException Are not given the resources required fields. : <Property name> |
[Destination] that is selected in the resource definition [<property name>] is not specified. | [Destination] definition of the selected resources in the [<property name>] Please specify. |
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. |