Skip to main content Skip to complementary content

cMulticast Standard properties

These properties are used to configure cMulticast running in the Standard Job framework.

The Standard cMulticast component belongs to the Routing family.

Basic settings

URIS

Add as many lines as needed in the URIs table to define the endpoints to route the message(s) to.

Use ParallelProcessing

Select this check box to multicast the message(s) to the specified endpoints simultaneously.

set timeout

Select this check box and set a timeout in the Timeout field, in milliseconds. If cMulticast fails to send and process all the messages within the set timeframe, it breaks out and continues.

Note that this check box appears only when the Use ParallelProcessing check box is selected.

Use Aggregation Strategy

Select this check box to refer to a predefined Java bean or select a predefined aggregation strategy for assembling the messages from the message source into a single outgoing message.
  • UseOriginalAggregationStrategy: Use the original exchange.
  • UseLatestAggregationStrategy: Use the latest exchange.
  • GroupedMessageAggregationStrategy: Aggregate all messages into a single combined exchange holding all the aggregated messages in a list of messages as the message body.
  • GroupedExchangeAggregationStrategy: Aggregate all exchanges into a single combined exchange holding all the aggregated exchanges in a list of exchanges as the message body.
  • GroupedBodyAggregationStrategy: Aggregate body of input messages into a single combined exchange holding all the aggregated bodies in a list of type objects as the message body.
Information noteNote: The predefined aggregation strategies are available only if you have installed the R2024-10 Talend Studio Monthly update or a later one delivered by Talend. For more information, check with your administrator.

By default, the last message acts as the outgoing message.

Stop On Exception

Select this check box to stop the processing immediately when an exception occurred.

Usage

Usage rule

cMulticast can be used as a middle or end component in a Route.

Connections

Route: Select this link to route the message(s) from the sender to the next endpoint.

  EndBlock: Select this link to route the message(s) from the end block of the Route to the next endpoint.

Limitation

 n/a

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!