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…
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.
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.
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…
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…
Configuring connection to the WebSphere MQ native server in a properties file – Docs for ESB 6.x
Configuring connection to the WebSphere MQ native server in a properties file The connection to the WebSphere MQ native server can also be configured in a properties file. If the Hostname, Port, and Channel is not specified in the component fields, the component loads a mq.properties file from the classloader. An example of a mq.properties…
Configuring connection to the WebSphere MQ native server using the WMQ component – Docs for ESB 6.x
Configuring connection to the WebSphere MQ native server using the WMQ component When using the cMessagingEndpoint to address an endpoint in a WebSphere MQ native server by calling WMQ, the connection to the MQ QueueManager can be configured in the URI field or in a properties file. The following properties can be configured: queueManagerName: The…