Understood.. Thanks.. that looks a better approach - it will save time/cpu
cycles as it happens much earlier before fileprocessstrategy.
On Fri, Sep 28, 2018 at 11:25 AM Claus Ibsen wrote:
> Hi
>
> What I mean is that the filter can skip the file for now when its too
> young, and then later whe
I have a problem with spring bean init and camel context (spring) running
status.
My software has a declared bean:
Inside the bean i write follow code:
public class BeanA {
@EndpointInject(uri="seda://sendNotify")
private ProducerTemplate notifier;
..
public voi
Hi,
you can define an EventNotifier bean to be informed about various
events that happens in camel among which the startup of the context.
---
Luca Burgazzoli
On Fri, Sep 28, 2018 at 11:13 AM FabryProg wrote:
>
> I have a problem with spring bean init and camel context (spring) running
> statu
So i must remove init method, define an event (using spring) and handle it
from a route defined into camel context.
is it correct?
Il giorno ven 28 set 2018 alle ore 11:19 Luca Burgazzoli <
lburgazz...@gmail.com> ha scritto:
> Hi,
>
> you can define an EventNotifier bean to be informed about var
You can also try with setting depends-in="camelIdName" on your
to have this bean depend on camel context.
Then you need to set the id of "camelContext> to match that name.
But as Luca says the event notifier is the listeners in camel where
you can get events for startup/stopping and so on.
On F
> On September 20, 2018 at 7:30 AM Claus Ibsen wrote:
>
>
> Hi
>
> You can use the splitter and aggregator to do something like that.
>
> The aggregator can group the splitted messages together based on that
> frame, and it can do this in out of order.
> And the output of the aggregator is rou