cConfig – Docs for ESB 5.x
cConfig cConfig properties Component Family Context Function cConfig manipulates the CamelContext, which is the single routing rule base in a Route. Purpose cConfig allows you to set the CamelContext using Java code. Basic settings Imports Enter the Java code that helps to import, if necessary, external libraries used in the Code box. Code Write…
cBeanRegister – Docs for ESB 5.x
cBeanRegister cBeanRegister properties Component Family Context Function cBeanRegister registers a Java bean in the registry that can be called on using the ID of the bean in message exchanges. Purpose cBeanRegister allows you to register a Java bean in the registry to be used in message exchanges. Basic settings Id Enter any string which is…
cStop – Docs for ESB 5.x
cStop cStop properties Component Family Miscellaneous Function cStop stops the Route to which it is connected. Purpose cStop is used to stop a message routing. Usage cStop is not a start component, but it can be a middle or end component in a Route. Limitation n/a Related scenario: For a related scenario, see Scenario: Intercepting…
cSplitter – Docs for ESB 5.x
cSplitter cSplitter properties Component Family Routing Function cSplitter splits a message into several sub-messages according to a condition. Purpose cSplitter separates multiple elements of a message so that they can be handled and treated differently in individual routes. Basic settings Language Select the language of the expression you want to use to split your messages,…
Chapter 1. Context components – Docs for ESB 5.x
Chapter 1. Context components This chapter details the major components that you can find in the Context family from the Palette of the Mediation perspective of Talend Studio. The Context family groups components that define contexts you want to use in your Routes. Document get from Talend https://help.talend.com Thank you for watching.
cDynamicRouter – Docs for ESB 5.x
cDynamicRouter cDynamicRouter properties Component Family Routing Function cDynamicRouter allows you to route messages while avoiding the dependency of the router on all possible destinations. Purpose cDynamicRouter is used to route a message or messages to different endpoints on specified conditions. Basic settings Bean class Enter the name of the bean class to be used for…
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…
cDirect – Docs for ESB 5.x
cDirect cDirect properties Component Family Messaging Function cDirect provides direct, synchronous invocation of any consumers when a producer sends a message exchange. Purpose cDirect allows you to produce and consume messages synchronously in different threads within a single CamelContext. Basic settings Name This option appears when cDirect is used as a start component in a…
cDelayer – Docs for ESB 5.x
cDelayer cDelayer properties Component Family Processor Function The cDelayer component delays the delivery of messages. Purpose The cDelayer component allows you to set a latency in message routing. Basic settings Time to wait (in ms) Fill this field with an integer (in milliseconds) to define the time to wait before sending the message to the…
cDataset – Docs for ESB 5.x
cDataset cDataset properties Component Family Messaging Function The cDataset component allows you to create a new dataset or reference an existing dataset to send or receive messages. Purpose The cDataset component provides a mechanism to easily perform load and soak testing of your system. It works by allowing you to create dataset instances both as…