Hi
Yes you can use steps to group X together and have events emitted for
start/complete
On Tue, Aug 1, 2023 at 9:13 AM ski n wrote:
> Would this possibly work?
>
>
>
>
>
>
>
>
>
>
>
> And then use the StepStartEvent (or StepCompletedEvent). Or is this on
>
Would this possibly work?
And then use the StepStartEvent (or StepCompletedEvent). Or is this on
on lifecycle level and not on a message exchange level?
--
Raymond
On Tue, Aug 1, 2023 at 8:58 AM Claus Ibsen wrote:
> Hi
>
> No there is not
>
> On Tue, A
Hi
No there is not
On Tue, Aug 1, 2023 at 8:49 AM ski n wrote:
> Currently, I use the EventNotifier to collect events in Camel:
>
>
> https://www.javadoc.io/doc/org.apache.camel/camel-api/3.21.0/org/apache/camel/spi/CamelEvent.html
>
> I have integrations that consist of 1 or more routes like t
Currently, I use the EventNotifier to collect events in Camel:
https://www.javadoc.io/doc/org.apache.camel/camel-api/3.21.0/org/apache/camel/spi/CamelEvent.html
I have integrations that consist of 1 or more routes like this:
To route between two routes I use either:
- direct-vm
-