Re: Help with Splitter/Aggregator-like behavior

2018-09-28 Thread Ron Cecchini
> 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

Re: Spring Bean init vs Camel Context Running status

2018-09-28 Thread Claus Ibsen
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

Re: Spring Bean init vs Camel Context Running status

2018-09-28 Thread FabryProg
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

Re: Spring Bean init vs Camel Context Running status

2018-09-28 Thread Luca Burgazzoli
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 >

Spring Bean init vs Camel Context Running status

2018-09-28 Thread FabryProg
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

Re: Usage of readLockMinAge

2018-09-28 Thread Sunil lam
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