Docs 5.x

Talend Open Studio for ESB Document 5.x

cDirectVM – Docs for ESB 5.x

cDirectVM cDirectVM properties Component Family Messaging Function cDirectVM provides direct, synchronous invocation of any consumers when a producer sends a message exchange. It supports communication within the same CamelContext and across CamelContexts in the same JVM. Purpose cDirectVM allows you to produce and consume messages synchronously in different threads within a single CamelContext and across…

cSetHeader – Docs for ESB 5.x

cSetHeader cSetHeader properties Component Family Transformation Function cSetHeader sets headers on each message sent to it. Purpose cSetHeader is used to set headers or customize the default headers, if any, on each message sent to it for subsequent message processing. Basic settings Headers Click [+] to add as many headers as required to the table….

cThrottler – Docs for ESB 5.x

cThrottler cThrottler properties Component Family Routing Function cThrottler is designed to limit the number of messages flowing to the subsequent endpoint. Purpose cThrottler allows you to limit the number of messages flowing to a specific endpoint in order to prevent it from getting overloaded. Basic settings Request per period The number of messages allowed to…

cTry – Docs for ESB 5.x

cTry cTry properties Component Family Exception Function cTry offers the Java equivalent exception handling abilities by building Try/Catch/Finally blocks to isolate the part of your Route likely to generate an error, catch the errors, and execute final instructions regardless of the errors. Purpose cTry is designed to build Try/Catch/Finally blocks to handle exceptions. Usage cTry…

cTalendJob – Docs for ESB 5.x

cTalendJob cTalendJob properties Component Family Processor Function cTalendJob calls a Data Integration Job either from the repository or exported as an OSGI Bundle For ESB. For more information on how to build a Job and how to export a Job as an OSGI Bundle for ESB, see Talend Studio User Guide. Purpose cTalendJob allows you…

cTimer – Docs for ESB 5.x

cTimer cTimer properties Component Family Messaging Function The cTimer component generates message exchanges when a timer triggers. Purpose The cTimer component allows you to schedule message exchanges. Basic settings Period Fill this field with an integer (in milliseconds) to generate message exchanges every period.   Repeat Specifies a maximum limit of message exchange numbers. A…

cVM – Docs for ESB 5.x

cVM cVM properties Component Family Messaging Function cVM provides asynchronous SEDA behavior, so that messages are exchanged on a BlockingQueue and consumers are invoked in a separate thread from the producer across CamelContext instances. Purpose cVM allows you to produce and consume messages asynchronously in different threads across CamelContext. You can use this mechanism to…

cWireTap – Docs for ESB 5.x

cWireTap cWireTap properties Component Family Routing Function cWireTap wiretaps messages to a user defined URI while they are sent to their original endpoint. It also allows you to populate a new message to this wiretap URI concurrently. Purpose cWireTap is used to route messages to a separate endpoint while forwarded to the ultimate destination. Basic…