Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed the Input OFS Message sample formatting in the Message Header type section in as per Bug#28827

...

Enable this property to generate the schema for header type( messages start with "HEADER=") messages. The generated schema will have record elements as children under the root element and record element will have fields configured above as children. Please refer Refer to the example below.:

 

Code Block
titleInput OFS message sample
languagegroovy
HEADER="Customer
Information",Cus.No::Customer.No/Mnem::Mnemonic/Short.Name::Short
Name/Natlty::Nationality/Res::Residence/Ac.Ofcr::Account
Officer/Ind::Industry/Sect::Sector,"Customer Information","66052     "      
"NOKIAUS   "    "NOKIA US                      "        "US"    "US"    "2002" 
"2850"  "2001","Customer Information","100100    "      "CRISP     "    "Harry
Crisp                   "        "US"    "US"    "  26"  "1000"  "1001"
Code Block
titleConverted XML
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<Customer_Information>
   <Record>
      <Customer.No>66052</Customer.No>
      <Mnemonic>NOKIAUS</Mnemonic>
      <Short_Name>NOKIA US</Short_Name>
      <Nationality>US</Nationality>
      <Residence>US</Residence>
      <Account_Officer>2002</Account_Officer>
      <Industry>2850</Industry>
      <Sector>2001</Sector>
   </Record>
   <Record>
      <Customer.No>100100</Customer.No>
      <Mnemonic>CRISP</Mnemonic>
      <Short_Name>Harry Crisp</Short_Name>
      <Nationality>US</Nationality>
      <Residence>US</Residence>
      <Account_Officer>26</Account_Officer>
      <Industry>1000</Industry>
      <Sector>1001</Sector>
   </Record>
</Customer_Information>

 

Threadpool Configuration

This property is used when there is a need to process messages in parallel within the component, still maintaining the sequence from the external perspective. 

...

Adaptavist ThemeBuilder EngineAtlassian Confluence