Talend Open Studio for ESB Document ESB 7.x

cDelayer – Docs for ESB ESB 7.x

cDelayer Delays the delivery of messages. cDelayer Standard properties These properties are used to configure cDelayer running in the Standard Job framework. The Standard cDelayer component belongs to the Orchestration family. Basic settings Time to wait (in ms) Fill this field with an integer (in milliseconds) to define the time to wait before sending the…

cSEDA – Docs for ESB ESB 7.x

cSEDA Produces and consumes messages asynchronously in different threads within a single CamelContext. cSEDA provides asynchronous SEDA behavior, so that messages are exchanged on a BlockingQueue and consumers are invoked in a separate thread from the producer within a single CamelContext. cSEDA Standard properties These properties are used to configure cSEDA running in the Standard…

cStop – Docs for ESB ESB 7.x

cStop Stops a message routing to which it is connected. cStop Standard properties These properties are used to configure cStop running in the Standard Job framework. The Standard cStop component belongs to the Miscellaneous family. Usage Usage rule cStop is not a start component, but it can be a middle or end component in a…

cAWSS3 – Docs for ESB ESB 7.x

cAWSS3 Stores and retrieves objects from/to Amazon’s Simple Storage Service (S3) cAWSS3 Standard properties These properties are used to configure cAWSS3 running in the Standard Job framework. The Standard cAWSS3 component belongs to the AWS and Connectivity families. Basic settings Connection Select an AWSS3 connection component from the list to reuse the connection details you…

cProcessor – Docs for ESB ESB 7.x

cProcessor Implements consumers of message exchanges or implements a Message Translator. cProcessor quickly whirls up some code. If the code in the inner class is complicated, it is recommended to refactor it into a separate class. cProcessor Standard properties These properties are used to configure cProcessor running in the Standard Job framework. The Standard cProcessor…

cJavaDSLProcessor – Docs for ESB ESB 7.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…

cLoadBalancer – Docs for ESB ESB 7.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…

cThrottler – Docs for ESB ESB 7.x

cThrottler Limits the number of messages flowing to a specific endpoint in order to prevent it from getting overloaded. cThrottler Standard properties These properties are used to configure cThrottler running in the Standard Job framework. The Standard cThrottler component belongs to the Routing family. Basic settings Request per period The number of messages allowed to…

cSOAP – Docs for ESB ESB 7.x

cSOAP Provides integration with Apache CXF for connecting to JAX-WS services. cSOAP Standard properties These properties are used to configure cSOAP running in the Standard Job framework. The Standard cSOAP component belongs to the Connectivity family. Basic settings Address The service endpoint URL where the Web service is provided. In case cSOAP is used to…

cDirect – Docs for ESB ESB 7.x

cDirect Produces and consumes messages synchronously in different threads within a single CamelContext. cDirect Standard properties These properties are used to configure cDirect running in the Standard Job framework. The Standard cDirect component belongs to the Core family. Basic settings Name This option appears when cDirect is used as a start component in a Route….