Re: consume existing(already consumed) files on modifed date or size

2013-11-27 Thread Claus Ibsen
; .process(new SetAlias()) // mapping processor sets new index > name > for the elasticsearch index > .log("Done setting or updating new Alias..."); > } > > > > > > > -- > View this message in context: > http://camel.

consume existing(already consumed) files on modifed date or size

2013-11-26 Thread Tobias Hinz
copy it in with a new filesize or filedate the route wont run again on the file automaticly. any ideas? -- View this message in context: http://camel.465427.n5.nabble.com/consume-existing-already-consumed-files-on-modifed-date-or-size-tp5743867.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: consume existing(already consumed) files on modifed date or size

2013-11-26 Thread Tobias Hinz
ype=es_t_data_product&ip=192.168.101.139&port=9300"); from("direct:setAlias") .process(new SetAlias()) // mapping processor sets new index name for the elasticsearch index .log("Done setting or updating new Alias..."); }