Talend Open Studio for ESB Document ESB 6.x

cMail – Docs for ESB 6.x

cMail Sends or receives mails in a Route. cMail provides access to Email via Spring’s Mail support and the underlying Java Mail system. cMail Standard properties These properties are used to configure cMail running in the Standard Job framework. The Standard cMail component belongs to the Connectivity/Internet family. Basic settings Protocols List of protocols for…

cLoop – Docs for ESB 6.x

cLoop Processes messages repetitively and possibly in different ways. cLoop Standard properties These properties are used to configure cLoop running in the Standard Job framework. The Standard cLoop component belongs to the Orchestration family. Basic settings Loop Type Select a type of loop to be carried out: Expression, Header, or Value. Expression: Use an expression…

cLog – Docs for ESB 6.x

cLog Logs message exchanges in a Route. cLog Standard properties These properties are used to configure cLog running in the Standard Job framework. The Standard cLog component belongs to the Miscellaneous family. Basic settings Logging Category Enter the name of the logging category to use. Level Select a logging level from DEBUG, ERROR, INFO, OFF,…

cLoadBalancer – Docs for ESB 6.x

cLoadBalancer Distributes the messages it received to multiple endpoints according to the load balancing policy. cLoadBalancer Standard properties These properties are used to configure cLoadBalancer running in the Standard Job framework. The Standard cLoadBalancer component belongs to the Routing family. Basic settings Strategy Select between Random, Round Robin, Sticky, Topic, Failover, and Custom. Each method…

cJavaDSLProcessor – Docs for ESB 6.x

cJavaDSLProcessor Implements producers and consumers of message exchanges or implements a message translator using the Java Domain Specific Language (DSL). cJavaDSLProcessor can quickly whirls up some code using Java DSL. If the code in the inner class gets a bit more complicated it is of course advised to refactor it into a separate class. cJavaDSLProcessor…

cJMS – Docs for ESB 6.x

cJMS Exchanges messages between a Route and a JMS provider. cJMS Standard properties These properties are used to configure cJMS running in the Standard Job framework. The Standard cJMS component belongs to the Connectivity/Messaging family. Basic settings URI/Type Select the messaging type, either queue or topic. URI/Destination Type in a name for the JMS queue…

cKafka – Docs for ESB 6.x

cKafka Communicates with Apache Kafka message broker. cKafka Standard properties These properties are used to configure cKafka running in the Standard Job framework. The Standard cKafka component belongs to the Connectivity/Messaging family. Basic settings Broker List Specify the list of Kafka message brokers in the form hostname1:port1,hostname2:port2,hostname3:port3. Client Id Specify an Id string of the…

Scenario: Wiretapping a message in a Route – Docs for ESB 6.x

Scenario: Wiretapping a message in a Route This scenario applies only to a Talend solution with ESB. In this scenario, a cWireTap component is used to route a message to a separate endpoint while it is routed to the ultimate destination. Document get from Talend https://help.talend.com Thank you for watching.

cMessageRouter – Docs for ESB 6.x

cMessageRouter Creates different channels for each filtered message type according to specified conditions so that messages can later on be treated more accurately in each new channel. cMessageRouter Standard properties These properties are used to configure cMessageRouter running in the Standard Job framework. The Standard cMessageRouter component belongs to the Routing family. Usage Usage rule…

cIntercept – Docs for ESB 6.x

cIntercept Intercepts each message sub-route and redirects it in another sub-route without modifying the original one. When this detour is complete, message routing to the originally intended target endpoints continues. This can be useful at testing time to simulate error handling. cIntercept Standard properties These properties are used to configure cIntercept running in the Standard…