cProcessor – Docs for ESB ESB 7.x
cProcessor Implements consumers of message exchanges or implements a Message Translator. cProcessor quickly whirls up some code. If the code in the inner class is complicated, it is recommended to refactor it into a separate class. cProcessor Standard properties These properties are used to configure cProcessor running in the Standard Job framework. The Standard cProcessor…
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…
cMQTT – Docs for ESB ESB 7.x
cMQTT Sends messages to, or consumes messages from MQTT compliant message brokers. cMQTT Standard properties These properties are used to configure cMQTT running in the Standard Job framework. The Standard cMQTT component belongs to the Connectivity family. Basic settings ConnectionFactory This option appears when Use Connection Factory is selected. Click […] and select a connection…
cAWSSQS – Docs for ESB ESB 7.x
cAWSSQS Sends and receives messages to/from Amazon’s Simple Queue Service (SQS). The AWS SQS FIFO Feature for Queues are supported. cAWSSQS Standard properties These properties are used to configure cAWSSQS running in the Standard Job framework. The Standard cAWSSQS component belongs to the AWS and Connectivity families. Basic settings Connection Select an AWS connection component…
cKafka – Docs for ESB ESB 7.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 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…
cMap – Docs for ESB ESB 7.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…
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…