cMQTT – Docs for ESB 5.x
cMQTT cMQTT properties Component Family Messaging Function cMQTT sends messages to, or consumes messages from MQTT compliant message brokers. Purpose cMQTT is used for communicating with MQTT compliant message brokers. Basic settings ConnectionFactory This option appears when Use Connection Factory is selected. Click […] and select a connection factory to be used for handling messages….
cMulticast – Docs for ESB 5.x
cMulticast cMulticast properties Component Family Routing Function cMulticast routes one or more messages to a number of endpoints at one go. Purpose cMulticast is used to route one or more messages to a number of endpoints at one go and process them in different ways. Basic settings URIS Add as many lines as needed in…
cOnException – Docs for ESB 5.x
cOnException cOnException properties Component Family Exception Function cOnException catches the exceptions defined and triggers certain actions which are then performed on these exceptions and the message routing. Purpose cOnException allows you to specify the error handling you require on an exception type basis. Basic settings Exceptions Click the plus button to add as many lines…
cPipesAndFilters – Docs for ESB 5.x
cPipesAndFilters cPipesAndFilters properties Component Family Routing Function The cPipesAndFilters component divides message processing into a sequence of independent endpoint instances, which can then be chained together. Purpose This component allows you to split message routing into a series of independent processing stages. Basic settings URI list Click the plus button to add new lines for…
cProcessor – Docs for ESB 5.x
cProcessor cProcessor properties Component Family Processor Function cProcessor implements consumers of message exchanges or implements a Message Translator. Purpose cProcessor can be usable for quickly whirling up some code. If the code in the inner class gets a bit more complicated it is of course advised to refactor it into a separate class. Basic settings…
cRecipientList – Docs for ESB 5.x
cRecipientList cRecipientList properties Component Family Routing Function cRecipientList routes messages to a list of user defined recipients. It can also process the message before sending it to the recipients and assemble the replies from the sub-messages into a single outgoing message. Purpose cRecipientList allows you to route messages to a number of dynamically specified recipients….
cRoutingSlip – Docs for ESB 5.x
cRoutingSlip cRoutingSlip properties Component Family Routing Function cRoutingSlip allows you to route a message or messages consecutively through a series of processing steps, with the sequence of steps unknown at design time and variable for each message. Purpose cRoutingSlip is used to route a message or messages consecutively to a series of endpoints. Basic settings…
cSEDA – Docs for ESB 5.x
cSEDA cSEDA properties Component Family Messaging Function cSEDA provides asynchronous SEDA behavior, so that messages are exchanged on a BlockingQueue and consumers are invoked in a separate thread from the producer within a single CamelContext. Purpose cSEDA allows you to produce and consume messages asynchronously in different threads within a single CamelContext. Basic settings When…
cMQConnectionFactory – Docs for ESB 5.x
cMQConnectionFactory cMQConnectionFactory properties Component Family Context Function cMQConnectionFactory encapsulates a set of connection configuration parameters to connect to a MQ server. This component replaces the former cJMSConnectionFactory and provides some enhancements. Purpose cMQConnectionFactory is used to create a connection to a MQ server that can be called by multiple cJMS, cAMQP or cMQTT components in…
cMail – Docs for ESB 5.x
cMail cMail Properties Component family Messaging Function cMail provides access to Email via Spring’s Mail support and the underlying Java Mail system. Purpose cMail is designed to send or receive mails in a Route. Basic settings Protocols List of protocols for sending or receiving mails. Host Host name of the mail server. Port…