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: Converting the body of an XML file into an org.w3c.dom.Document.class – Docs for ESB 6.x
Scenario: Converting the body of an XML file into an org.w3c.dom.Document.class This scenario applies only to a Talend solution with ESB. In this scenario, a cConvertBodyTo component is used to convert the body of an XML file into an org.w3c.dom.Document.class. Then a cBean component imports the org.w3c.dom.Document class, checks its content and prints out the…
Scenario: Deduplicating messages while routing them – Docs for ESB 6.x
Scenario: Deduplicating messages while routing them This scenario applies only to a Talend solution with ESB. In this scenario, duplicated messages are filtered and only the unique one is routed to the destination. Three XML files that have the same content, as shown below, are used in this use case.
|
1 2 3 4 5 6 7 |
<people> <person id="8"> <firstName>Ellen</firstName> <lastName>Ripley</lastName> <city>Washington</city> </person> </people> |
Document get from Talend…
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.
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.
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.