Docs 5.x

Talend Open Studio for ESB Document 5.x

cMQTT – Docs for ESB 5.x

cMQTT cMQTT properties Component Family Messaging Function cMQTT sends messages to, or consumes messages from MQTT compliant message brokers. Purpose cMQTT is used for communicating with MQTT compliant message brokers.  Basic settings ConnectionFactory This option appears when Use Connection Factory is selected. Click […] and select a connection factory to be used for handling messages….

cMulticast – Docs for ESB 5.x

cMulticast cMulticast properties Component Family Routing Function cMulticast routes one or more messages to a number of endpoints at one go. Purpose cMulticast is used to route one or more messages to a number of endpoints at one go and process them in different ways. Basic settings URIS Add as many lines as needed in…

cOnException – Docs for ESB 5.x

cOnException cOnException properties Component Family Exception Function cOnException catches the exceptions defined and triggers certain actions which are then performed on these exceptions and the message routing. Purpose cOnException allows you to specify the error handling you require on an exception type basis. Basic settings Exceptions Click the plus button to add as many lines…

cPipesAndFilters – Docs for ESB 5.x

cPipesAndFilters cPipesAndFilters properties Component Family Routing Function The cPipesAndFilters component divides message processing into a sequence of independent endpoint instances, which can then be chained together. Purpose This component allows you to split message routing into a series of independent processing stages. Basic settings URI list Click the plus button to add new lines for…

cProcessor – Docs for ESB 5.x

cProcessor cProcessor properties Component Family Processor Function cProcessor implements consumers of message exchanges or implements a Message Translator. Purpose cProcessor can be usable for quickly whirling up some code. If the code in the inner class gets a bit more complicated it is of course advised to refactor it into a separate class. Basic settings…

cRecipientList – Docs for ESB 5.x

cRecipientList cRecipientList properties Component Family Routing Function cRecipientList routes messages to a list of user defined recipients. It can also process the message before sending it to the recipients and assemble the replies from the sub-messages into a single outgoing message. Purpose cRecipientList allows you to route messages to a number of dynamically specified recipients….

cRoutingSlip – Docs for ESB 5.x

cRoutingSlip cRoutingSlip properties Component Family Routing Function cRoutingSlip allows you to route a message or messages consecutively through a series of processing steps, with the sequence of steps unknown at design time and variable for each message. Purpose cRoutingSlip is used to route a message or messages consecutively to a series of endpoints. Basic settings…

cSEDA – Docs for ESB 5.x

cSEDA cSEDA properties Component Family Messaging Function 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. Purpose cSEDA allows you to produce and consume messages asynchronously in different threads within a single CamelContext. Basic settings When…

cMessageRouter – Docs for ESB 5.x

cMessageRouter cMessageRouter properties Component Family Routing Function cMessageRouter routes messages in different channels according to specified conditions. Purpose cMessageRouter creates different channels for each filtered message types so that messages can later on be treated more accurately in each new channel. Usage cMessageRouter is used as a middle component in a Route. It can only…

cMessagingEndpoint – Docs for ESB 5.x

cMessagingEndpoint cMessagingEndpoint properties Component Family Messaging Function cMessagingEndpoint allows two applications to communicate by either sending or receiving messages, one endpoint can not do both. Purpose cMessagingEndpoint sends or receives messages. Basic settings URI URI of the messages to send or receive. It can be of different format: -File: “file:/”, -Database: “jdbc:/”, -Protocols: “ftp:/”, “http:/”…