cJavaDSLProcessor – Docs for ESB ESB 7.x
cJavaDSLProcessor Implements producers and consumers of message exchanges or implements a message translator using the Java Domain Specific Language (DSL). cJavaDSLProcessor can quickly whirls up some code using Java DSL. If the code in the inner class gets a bit more complicated it is of course advised to refactor it into a separate class. cJavaDSLProcessor…
cLoadBalancer – Docs for ESB ESB 7.x
cLoadBalancer Distributes the messages it received to multiple endpoints according to the load balancing policy. cLoadBalancer Standard properties These properties are used to configure cLoadBalancer running in the Standard Job framework. The Standard cLoadBalancer component belongs to the Routing family. Basic settings Strategy Select between Random, Round Robin, Sticky, Topic, Failover, and Custom. Each method…
cThrottler – Docs for ESB ESB 7.x
cThrottler Limits the number of messages flowing to a specific endpoint in order to prevent it from getting overloaded. cThrottler Standard properties These properties are used to configure cThrottler running in the Standard Job framework. The Standard cThrottler component belongs to the Routing family. Basic settings Request per period The number of messages allowed to…
cSOAP – Docs for ESB ESB 7.x
cSOAP Provides integration with Apache CXF for connecting to JAX-WS services. cSOAP Standard properties These properties are used to configure cSOAP running in the Standard Job framework. The Standard cSOAP component belongs to the Connectivity family. Basic settings Address The service endpoint URL where the Web service is provided. In case cSOAP is used to…
cDirect – Docs for ESB ESB 7.x
cDirect Produces and consumes messages synchronously in different threads within a single CamelContext. cDirect Standard properties These properties are used to configure cDirect running in the Standard Job framework. The Standard cDirect component belongs to the Core family. Basic settings Name This option appears when cDirect is used as a start component in a Route….
cMessagingEndpoint – Docs for ESB ESB 7.x
cMessagingEndpoint Allows two applications to communicate by either sending or receiving messages. Commonly used Camel components The following table lists the most commonly used Camel components that can be called by cMessagingEndpoint. Click the links in the table to go to the Apache Camel’s Website for the latest information of the these components. Make sure…
cConfig – Docs for ESB ESB 7.x
cConfig Sets the CamelContext using Java code. cConfig Standard properties These properties are used to configure cConfig running in the Standard Job framework. The Standard cConfig component belongs to the Custom family. Basic settings Imports Enter the Java code that helps to import, if necessary, external libraries used in the Code box. Code Write a…
cErrorHandler – Docs for ESB ESB 7.x
cErrorHandler Processes errors in the message routing. cErrorHandler Standard properties These properties are used to configure cErrorHandler running in the Standard Job framework. The Standard cErrorHandler component belongs to the Exception Handling family. Basic settings Default Handler This error handler does not support a dead letter queue and will return exceptions back to the caller….
cFlatPack – Docs for ESB ESB 7.x
cFlatPack Processes fixed width or delimited files or messages using the FlatPack library cFlatPack Standard properties These properties are used to configure cFlatPack running in the Standard Job framework. The Standard cFlatPack component belongs to the Transformation family. Basic settings When using as a start component in a route: Â PZMAP FileType The PZMAP file…
cAggregate – Docs for ESB ESB 7.x
cAggregate Combines a number of messages together into a single message. cAggregate Standard properties These properties are used to configure cAggregate running in the Standard Job framework. The Standard cAggregate component belongs to the Routing family. Basic settings Language Select the language of the expression you want to use to filter your messages, from None,…