Defining Map Messages for RA JMS Agent Sender Jobs
When setting definitions for RA JMS Agent Sender Jobs, if you select Map from the Message Type field, you can define the map message by adding values and types to a table.
The Name and Value fields can include object variables in the format &<variable name>. The values of these object variables will be replaced at runtime.
Options for the Type are:
- boolean
- byte
- double
- float
- int
- long
- short
- String
A type with only two possible values: true and false. Either 'true' or 'TRUE' must be used to evaluate to true, any other value will evaluate to false.
An 8-bit signed two's complement integer. It accepts either a character in single quotes, like 'a', or a binary value between -128 and 127.
Any characters not defined in the ASCII character-encoding scheme will not be translated accurately.
A double-precision 64-bit IEEE 754 floating point.
A single-precision 32-bit IEEE 754 floating point.
An integer.
A 64-bit two's complement integer.
A 16-bit signed two's complement integer.
A sequence of characters.