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…
cAMQP – Docs for ESB 5.x
cAMQP cAMQP properties Component Family Messaging Function cAMQP sends messages to, or consumes messages from, a JMS Queue or Topic using the AMQP broker. Purpose cAMQP is used to exchange messages between a Route and a JMS provider using AMQP. Basic settings URI/Type Select the messaging type, either queue or topic. URI/Destination Type in…
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…
cCXFRS – Docs for ESB 5.x
cCXFRS cCXFRS properties Component Family Messaging Function cCXFRS provides integration with Apache CXF for connecting to JAX-RS services hosted in CXF. Purpose cCXFRS is used to provide or consume REST-ful Web services. Basic settings Endpoint The service endpoint URL where the REST service is provided. Type Select which type you want to use to…
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…