cIntercept – Talend Open Studio for ESB Document ESB 7.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 …. Continue Reading »

cRoutingSlip – Talend Open Studio for ESB Document ESB 7.x

cRoutingSlip Routes the message consecutively through a series of processing steps, with the sequence of steps unknown at design time and variable for each message. cRoutingSlip Standard properties These properties are used to configure cRoutingSlip running in the Standard Job framework. The Standard cRoutingSlip component belongs to the Routing family. …. Continue Reading »

cSetProperty – Talend Open Studio for ESB Document ESB 7.x

cSetProperty Sets properties for each message sent to it for subsequent message processing. cSetProperty Standard properties These properties are used to configure cSetProperty running in the Standard Job framework. The Standard cSetProperty component belongs to the Core family. Basic settings Properties Click [+] to add as many properties as required …. Continue Reading »

cConvertBodyTo – Talend Open Studio for ESB Document ESB 7.x

cConvertBodyTo Converts the message body to the given class type. cConvertBodyTo Standard properties These properties are used to configure cConvertBodyTo running in the Standard Job framework. The Standard cConvertBodyTo component belongs to the Transformation family. Basic settings Target Class Name Enter the name of the class type that you want …. Continue Reading »

cSplitter – Talend Open Studio for ESB Document ESB 7.x

cSplitter Splits a message into several sub-messages so that they can be handled and treated differently in individual routes. cSplitter Standard properties These properties are used to configure cSplitter running in the Standard Job framework. The Standard cSplitter component belongs to the Routing family. Basic settings Language Select the language …. Continue Reading »

cAWSConnection – Talend Open Studio for ESB Document ESB 7.x

cAWSConnection Establishes a connection to Amazon Web Services for data storage and retrieval. cAWSConnection Standard properties These properties are used to configure cAWSConnection running in the Standard Job framework. The Standard cAWSConnection component belongs to the AWS and Connectivity families. Basic settings Access Key The Access Key ID that uniquely …. Continue Reading »

cMock – Talend Open Studio for ESB Document ESB 7.x

cMock Simulates message generation and message endpoints for testing Routes and mediation rules. cMock Standard properties These properties are used to configure cMock running in the Standard Job framework. The Standard cMock component belongs to the Testing family. Basic settings Validate message count Select this check box to test that …. Continue Reading »

cBeanRegister – Talend Open Studio for ESB Document ESB 7.x

cBeanRegister Registers a Java bean in the registry to be used in message exchanges. cBeanRegister Standard properties These properties are used to configure cBeanRegister running in the Standard Job framework. The Standard cBeanRegister component belongs to the Custom family. Basic settings Id Enter any string which is used to look …. Continue Reading »

cMessageRouter – Talend Open Studio for ESB Document ESB 7.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 …. Continue Reading »

cOnException – Talend Open Studio for ESB Document ESB 7.x

cOnException Catches the exceptions defined and triggers certain actions which are then performed on these exceptions and the message routing. cOnException Standard properties These properties are used to configure cOnException running in the Standard Job framework. The Standard cOnException component belongs to the Exception Handling family. Basic settings Exceptions Click …. Continue Reading »

cHttp – Talend Open Studio for ESB Document ESB 7.x

cHttp Provides HTTP-based endpoints for consuming and producing HTTP resources. cHttp Standard properties These properties are used to configure cHttp running in the Standard Job framework. The Standard cHttp component belongs to the Connectivity family. Basic settings Uri The URI of the Http resource to call. Client Select this option …. Continue Reading »

cPipesAndFilters – Talend Open Studio for ESB Document ESB 7.x

cPipesAndFilters Splits message routing into a series of independent processing stages. cPipesAndFilters divides message processing into a sequence of independent endpoint instances, which can then be chained together. cPipesAndFilters Standard properties These properties are used to configure cPipesAndFilters running in the Standard Job framework. The Standard cPipesAndFilters component belongs to …. Continue Reading »

cDynamicRouter – Talend Open Studio for ESB Document ESB 7.x

cDynamicRouter Routes a message or messages to different endpoints on specified conditions. cDynamicRouter Standard properties These properties are used to configure cDynamicRouter running in the Standard Job framework. The Standard cDynamicRouter component belongs to the Routing family. Basic settings Bean class Enter the name of the bean class to be …. Continue Reading »

cExchangePattern – Talend Open Studio for ESB Document ESB 7.x

cExchangePattern Sets the message exchange mode in a Route. cExchangePattern Standard properties These properties are used to configure cExchangePattern running in the Standard Job framework. The Standard cExchangePattern component belongs to the Core family. Basic settings Exchange Patterns Select the message exchange mode from InOnly or InOptionalOut, InOut, OutIn, OutOptionalIn, …. Continue Reading »

cIdempotentConsumer – Talend Open Studio for ESB Document ESB 7.x

cIdempotentConsumer Identifies messages that have already been sent to the receiver and eliminates them. Messages are still sent by the sender but are ignored by the receiver at the delivery stage. cIdempotentConsumer deduplicates messages and thereby prevents the receiving message endpoint from receiving duplicate messages. cIdempotentConsumer Standard properties These properties …. Continue Reading »

cDirectVM – Talend Open Studio for ESB Document ESB 7.x

cDirectVM Produces and consumes messages synchronously in different threads within a single CamelContext and across CamelContexts in the same JVM. You can use this mechanism to communicate across Web applications. cDirectVM Standard properties These properties are used to configure cDirectVM running in the Standard Job framework. The Standard cDirectVM component …. Continue Reading »