Defining the properties of cMap – Docs for ESB 6.x
Defining the properties of cMap Select the cMap component to define its properties. Click the […] button next to the Map Path field to open the picker and select the map to use, Maps/CSV/POPayPalCsv_PO2, then click OK. This map transforms a CSV file into an XML file. Document get from Talend https://help.talend.com Thank you for…
Creating a Route Resource and calling it in the Route – Docs for ESB 6.x
Creating a Route Resource and calling it in the Route From the repository tree view, right-click the Resources node and select Create Resource from the context menu. The [New Route Resource] wizard opens. In the Name field, type in a name for the Resource, for example, SetRepeatCount. Click Finish to close the wizard. Enter repeat.count=2…
Defining the settings of the components – Docs for ESB 6.x
Defining the settings of the components Double-click the cMQConnectionFactory component labelled AMQ_Rev_ConnectionFactory to display its Basic settings view in the Component tab. From the MQ Server list, select an MQ server. In this use case, we use the default ActiveMQ server to handle the messages. Select the Use transaction check box. In the Broker URI…
Creating a Java bean as the aggregation strategy – Docs for ESB 6.x
Creating a Java bean as the aggregation strategy To aggregate the messages, we will use a Java bean that will help us build an aggregation strategy. From the repository tree view, expand the Code node and right click the Beans node. In the contextual menu, select Create Bean. The [New Bean] wizard opens. In the…
Creating and sending a request to the server Route and getting a reply – Docs for ESB 6.x
Creating and sending a request to the server Route and getting a reply In the soapUI, create a Test project and edit a request, as illustrated below: Note that the wsdl file must be same as that configured for cSOAP, so that the request can be in line with the definition of the web service….
Creating a Java class – Docs for ESB 6.x
Creating a Java class From the repository tree view, expand the Code node and right click the Beans node. In the contextual menu, select Create Bean. The [New Bean] wizard opens. In the Name field, type in a name for the bean, for example, CXFdemobean. Click Finish to close the wizard. Change the class type…
Mail receiving – Docs for ESB 6.x
Mail receiving Drop the components from the Palette onto the workspace: cMail and cProcessor, respectively labelled as Receive_Mail and Mail_Body. Link the components using a Row > Route connection. Double-click cMail to open its Basic settings view in the Component tab. In the Protocols list, select imaps. In the Host field, type in the host…
Running the Route – Docs for ESB 6.x
Running the Route Click the Run button in the Run view to launch the execution of your Route. You can also press F6 to execute it. RESULT: The “hello world!” message is tested and a rollback transaction is performed. Once the message redelivery attempts exceeds six times, the pending message is sent to the Dead…
Saving and executing the Route – Docs for ESB 6.x
Saving and executing the Route Press Ctrl+S to save your Route. In the Run tab, click Run to execute the Route. Browse to the output directory on your file system to check that the input files have been transformed and written in the output directory. Document get from Talend https://help.talend.com Thank you for watching.
Viewing the code – Docs for ESB 6.x
Viewing the code Click the Code tab at the bottom of the design workspace to check the generated code. As shown above, the message flow from cTimer_1 is given a payload by cSetBody_1 and then sent to cMQTT_1 and cLog_1. Document get from Talend https://help.talend.com Thank you for watching.