cLoadBalancer – Docs for ESB 6.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…
cLog – Docs for ESB 6.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,…
cLoop – Docs for ESB 6.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…
cMail – Docs for ESB 6.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/Internet family. Basic settings Protocols List of protocols for…
cMap – Docs for ESB 6.x
cMap Executes transformations (called maps) between different sources and destinations by harnessing the capabilities of Talend Data Mapper , available in the Mapping perspective. cMap transforms data from a wide range of sources to a wide range of destinations. If you want to use multiple inputs and/or outputs, you must use Talend Data Mapper I/O…
cMessageFilter – Docs for ESB 6.x
cMessageFilter Filters the content of messages according to the specified criterion and routes the filtered messages to the specified output channel. All messages that do not match the criteria will be dropped. For more information on the Camel Message Filter EIP: http://camel.apache.org/message-filter.html. cMessageFilter Standard properties These properties are used to configure cMessageFilter running in the…
cJavaDSLProcessor – Docs for ESB 6.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…
cJMS – Docs for ESB 6.x
cJMS Exchanges messages between a Route and a JMS provider. cJMS Standard properties These properties are used to configure cJMS running in the Standard Job framework. The Standard cJMS component belongs to the Connectivity/Messaging family. Basic settings URI/Type Select the messaging type, either queue or topic. URI/Destination Type in a name for the JMS queue…
cKafka – Docs for ESB 6.x
cKafka Communicates with Apache Kafka message broker. cKafka Standard properties These properties are used to configure cKafka running in the Standard Job framework. The Standard cKafka component belongs to the Connectivity/Messaging family. Basic settings Broker List Specify the list of Kafka message brokers in the form hostname1:port1,hostname2:port2,hostname3:port3. Client Id Specify an Id string of the…
cMessageRouter – Docs for ESB 6.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…