Configuring the components - Cloud - 8.0

JMS

Version
Cloud
8.0
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) > JMS components
Data Quality and Preparation > Third-party systems > Messaging components (Integration) > JMS components
Design and Development > Third-party systems > Messaging components (Integration) > JMS components
Last publication date
2024-02-20

Procedure

  1. Double-click tFixedFlowInput to open its Basic settings view.
    Select Use Inline Content (delimited file) in the Mode area.
    In the Content field, enter the content of the message to be sent to the ActiveMQ server:
    message transferred
  2. Click the Edit schema button to open the schema editor.
  3. Click the [+] button to add one column, namely messageContent, of the string type.
    Click OK to validate the setup and close the editor.
  4. Now appears the pop-up box that asks for schema propogation.
    Click Yes to propagate the schema to the subsequent component.
  5. Double-click JMSOutput to open its Basic settings view.
  6. In the Module List list, select the library to be used, namely the activemq jar in this case.
  7. In the Context Provider field, enter the context URI, "org.apache.activemq.jndi.ActiveMQInitialContextFactory" in this case.
  8. In the Server URL field, enter the ActiveMQ Server URI.
  9. In the Connection Factory JDNI Name field, enter the JDNI name, "QueueConnectionFactory" in this case.
  10. Select the Use Specified User Identity check box to show the User Name and Password fields, where you can enter the authentication data.
  11. In the Message type list, select Queue.
  12. In the Processing Mode list, select Message Content.
  13. Perform the same setup in the Basic settings view of JMSInput.