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…
cOnException – Docs for ESB ESB 7.x
cOnException Catches the exceptions defined and triggers certain actions which are then performed on these exceptions and the message routing. cOnException Standard properties These properties are used to configure cOnException running in the Standard Job framework. The Standard cOnException component belongs to the Exception Handling family. Basic settings Exceptions Click the plus button to add…
cWireTap – Docs for ESB ESB 7.x
cWireTap Wiretaps messages to a user defined URI while they are sent to their original endpoint. cWireTap also allows you to populate a new message to this wiretap URI concurrently. cWireTap Standard properties These properties are used to configure cWireTap running in the Standard Job framework. The Standard cWireTap component belongs to the Routing family….
cAWSSNS – Docs for ESB ESB 7.x
cAWSSNS Sends messages to an Amazon’s Simple Notification topic. cAWSSNS Standard properties These properties are used to configure cAWSSNS running in the Standard Job framework. The Standard cAWSSNS component belongs to the AWS and Connectivity families. Basic settings Connection Select an AWS connection component from the list to reuse the connection details you already defined….