Configuring the components - 7.3

Microsoft MQ

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Messaging components (Integration) > Microsoft MQ
Data Quality and Preparation > Third-party systems > Messaging components (Integration) > Microsoft MQ
Design and Development > Third-party systems > Messaging components (Integration) > Microsoft MQ
Last publication date
2024-02-21

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.
    Note:

    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.