Scenario: Direct and synchronous messaging within the same JVM – Docs for ESB 6.x
Scenario: Direct and synchronous messaging within the same JVM This scenario applies only to a Talend solution with ESB. In this scenario, a message exchange is triggered in one sub-route and synchronously consumed in another sub-Route using the Direct-VM mechanism. At the consumer end, the message content is processed and displayed on the console. Document…
Scenario: Distributing messages to receiver endpoints based on round robin – Docs for ESB 6.x
Scenario: Distributing messages to receiver endpoints based on round robin This scenario applies only to a Talend solution with ESB. In this scenario, a cLoadBalancer component is used to distribute four messages evenly to two receiving endpoints in accordance with the round robin load balancing method. Document get from Talend https://help.talend.com Thank you for watching.
cSetBody – Docs for ESB 6.x
cSetBody Sets the message body in the Route. cSetBody replaces the payload of each message sent to it. cSetBody Standard properties These properties are used to configure cSetBody running in the Standard Job framework. The Standard cSetBody component belongs to the Core family. Basic settings Language Select the language of the expression you use to…
Scenario 3: Using an Xquery endpoint to filter messages – Docs for ESB 6.x
Scenario 3: Using an Xquery endpoint to filter messages This scenario applies only to a Talend solution with ESB. In this scenario, we will use a cMessagingEndpoint component to call a Route Resource as an Xquery parser to extract messages from the local file system. The following sample XML file is used in this scenario:
|
1 2 3 4 5 6 7 8 9 10 11 12 |
<people> <person id="8"> <firstName>Ellen</firstName> <lastName>Ripley</lastName> <city>Washington</city> </person> <person id="9"> <firstName>Peter</firstName> <lastName>Green</lastName> <city>London</city> </person> </people> |
…
Scenario: Aggregating three messages into one – Docs for ESB 6.x
Scenario: Aggregating three messages into one This scenario applies only to a Talend solution with ESB. In this scenario, the cAggregate component combines three messages from the local file system into one and prints the messages in the console. A Java bean will be used as the aggregation strategy. Document get from Talend https://help.talend.com Thank…
Scenario 3: Providing a Web service from a Route Resource – Docs for ESB 6.x
Scenario 3: Providing a Web service from a Route Resource This scenario applies only to a Talend solution with ESB. In this scenario, a Web service is provided from a Route Resource using a cSOAP component. Document get from Talend https://help.talend.com Thank you for watching.
Scenario 3: Sending and receiving a scheduled delivery of messages from a JMS Queue using Camel Quartz – Docs for ESB 6.x
Scenario 3: Sending and receiving a scheduled delivery of messages from a JMS Queue using Camel Quartz This scenario applies only to a Talend solution with ESB. This scenario will show you how to use the Camel Quartz component to provide a scheduled delivery of messages from a JMS Queue. To do this, we will…
Scenario: Using cTry to build Try/Catch/Finally blocks for exception handling – Docs for ESB 6.x
Scenario: Using cTry to build Try/Catch/Finally blocks for exception handling This scenario applies only to a Talend solution with ESB. In this scenario, the content of each file sent from the message sender to the receiver is checked and if any file does not meet the content requirement, an exception is thrown and the relevant…
Sending a message to the queue.hello JMS queue – Docs for ESB 6.x
Sending a message to the queue.hello JMS queue Document get from Talend https://help.talend.com Thank you for watching.
Adding components to arrange the flow – Docs for ESB 6.x
Adding components to arrange the flow From the Palette, drag and drop a cMQConnectionFactory, a cAMQP, and a cLog component onto the design workspace. Label the components for better identification of their roles and link them with the Row > Route connection as shown above. Document get from Talend https://help.talend.com Thank you for watching.