cIntercept – Docs for ESB 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 cIntercept running in the Standard…
cRoutingSlip – Docs for ESB 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. Basic settings Header name Type…
cSetProperty – Docs for ESB 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 to the table: Â Name:…
cConvertBodyTo – Docs for ESB 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 to convert the message body…
cSplitter – Docs for ESB 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 of the expression you want…
cLog – Docs for ESB ESB 7.x
cLog Logs message exchanges in a Route. cLog Standard properties These properties are used to configure cLog running in the Standard Job framework. The Standard cLog component belongs to the Miscellaneous family. Basic settings Logging Category Enter the name of the logging category to use. Level Select a logging level from DEBUG, ERROR, INFO, OFF,…
cSetBody – Docs for ESB ESB 7.x
cSetBody Sets the message body in the Route. cSetBody replaces the payload of each message sent to it. cSetBody Standard properties These properties are used to configure cSetBody running in the Standard Job framework. The Standard cSetBody component belongs to the Core family. Basic settings Language Select the language of the expression you use to…
cAWSConnection – Docs for ESB 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 identifies an AWS Account. 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…