Re: Using the Multicast processor in another EIP component?

2023-08-06 Thread Claus Ibsen
Hi

MulticastProcessor (the implementation of this EIP) is one of the most
complex EIP in Camel.
A few other EIPs extend this such as Splitter and Recipient List. So you
can take a look at those 3 classes all together.



On Sun, Aug 6, 2023 at 1:38 PM Steve973  wrote:

> Hello.  When I wrote the Dynamic Router EIP Component (not in the core
> module at org.apache.camel.processor, but the implementation in the
> components module at org.apache.camel.component.dynamicrouter), I wrote
> simplified dispatch code that was meant to do something like multicasting.
> This was mostly because I did not fully understand the core Multicast
> processor.  I would like to skip (likely poorly) reinventing that wheel,
> and integrate the use of the core Multicast processor in the dynamic router
> component.  Can anyone provide recommendations about how I might be able to
> successfully use it?  It would be really beneficial, including the ability
> to use a proven/tested aggregation implementation.
>
> Thanks,
> Steve
>


-- 
Claus Ibsen
-
@davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


Using the Multicast processor in another EIP component?

2023-08-06 Thread Steve973
Hello.  When I wrote the Dynamic Router EIP Component (not in the core
module at org.apache.camel.processor, but the implementation in the
components module at org.apache.camel.component.dynamicrouter), I wrote
simplified dispatch code that was meant to do something like multicasting.
This was mostly because I did not fully understand the core Multicast
processor.  I would like to skip (likely poorly) reinventing that wheel,
and integrate the use of the core Multicast processor in the dynamic router
component.  Can anyone provide recommendations about how I might be able to
successfully use it?  It would be really beneficial, including the ability
to use a proven/tested aggregation implementation.

Thanks,
Steve