Configuring the components - Cloud - 8.0

AMQP (Mediation)

Version
Cloud
8.0
Language
English
Product
Talend Data Fabric
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 (Mediation) > AMQP components (Mediation)
Data Quality and Preparation > Third-party systems > Messaging components (Mediation) > AMQP components (Mediation)
Design and Development > Third-party systems > Messaging components (Mediation) > AMQP components (Mediation)
Last publication date
2024-03-06

Procedure

  1. Double-click the cMQConnectionFactory component to display its Basic settings view in the Component tab.
  2. From the MQ Server list, select AMQP 1.0 to handle messages. Keep the default settings of the other options.
  3. Double-click the cTimer component to open its Basic settings view in the Component tab.
  4. In the Repeat field, enter 5 to generate the message exchange five times. Keep the default settings of the other options.
  5. Double-click the cSetBody component to open its Basic settings view in the Component tab.
  6. Select SIMPLE from the Language drop-down list and type in "Hello world" in the Expression field as the message body.
  7. Double-click the cAMQP component to open its Basic settings view in the Component tab.
  8. From the Type list, select queue or topic to send the messages to a JMS queue or topic. In this use case, queue is used.
    In the Destination field, type in a name for the queue, for example "myqueue".
    In the ConnectionFactory field, click [...] and select the MQ connection factory that you have just configured to handle messages.
  9. Keep the default settings of the cLog component to log the message exchanges.
  10. Press Ctrl+S to save your Route.