Document ESB Version 7.3.1

cPipesAndFilters – Docs for ESB 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 the Routing family. Basic settings…

cDynamicRouter – Docs for ESB 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 used for the dynamic router….

cDataset – Docs for ESB ESB 7.x

cDataset Creates a new dataset or reference an existing dataset to send or receive messages. cDataset Standard properties These properties are used to configure cDataset running in the Standard Job framework. The Standard cDataset component belongs to the Testing family. Basic settings Id The ID of the Dataset bean. Produce Delay Specify a delay in…

cExchangePattern – Docs for ESB 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, RobustInOnly, RobustOutOnly. Usage Usage rule…

cTry – Docs for ESB ESB 7.x

cTry Offers the Java equivalent exception handling abilities by building Try/Catch/Finally blocks to isolate the part of your Route likely to generate an error, catch the errors, and execute final instructions regardless of the errors. cTry Standard properties These properties are used to configure cTry running in the Standard Job framework. The Standard cTry component…

cIdempotentConsumer – Docs for ESB 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 are used to configure cIdempotentConsumer…

cMail – Docs for ESB ESB 7.x

cMail Sends or receives mails in a Route. cMail provides access to Email via Spring’s Mail support and the underlying Java Mail system. cMail Standard properties These properties are used to configure cMail running in the Standard Job framework. The Standard cMail component belongs to the Connectivity family. Basic settings Protocols List of protocols for…

cDirectVM – Docs for ESB 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 belongs to the Core family….

cLoop – Docs for ESB ESB 7.x

cLoop Processes messages repetitively and possibly in different ways. cLoop Standard properties These properties are used to configure cLoop running in the Standard Job framework. The Standard cLoop component belongs to the Orchestration family. Basic settings Loop Type Select a type of loop to be carried out: Expression, Header, or Value. Expression: Use an expression…

cMessageRouter – Docs for ESB 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 Routing family. Usage Usage rule…