Skip to main content Skip to complementary content

Configuring the components

Procedure

  1. Double-click tRowGenerator to open its editor.
  2. Click the plus button to add three rows into the schema table.
  3. In the Column column, type in a new name for each row to rename it. Here, we type in ID, Name and Address.
  4. In the Type column, select Integer for the ID row from the drop-down list and leave the other rows as String.
  5. In the Functions column, select random for the ID row, getFirstName for the Name row and getUsCity for the Address row.
  6. In the Number of Rows for RowGenerator field on the right end of the toolbar, type in 12 to limit the number of rows to be generated. Then, Click Ok to validate this editing.
    Information noteNote:

    In real case, you may use an input component to load the data of your interest, instead of the tRowGenerator component.

  7. Double-click the tMicrosoftMQOutput component to open its Component view.
  8. In the Host field, type in the host address. In this example, it is localhost.
  9. In the Queue field, type in the queue name you want to write message in. In this example, name it AddressQueue.
  10. In Message column (String Type ) field, select Address from the drop-down list to determine the message body to be written.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!