RE: One-way handler processing

2017-10-19 Thread Steve Huston
I'm not a super expert in this area, but since you are building a @Component you could maybe use the async capability of Camel processors. There's a decent explanation and example in the Camel in Action 2nd edition. -Steve > -Original Message- > From: Robson Vargas Farias [mailto:robson

One-way handler processing

2017-10-19 Thread Robson Vargas Farias
hey guys, I'm facing an issue using @Handler. Currently I've a route that get messages from a MQ and send to a bean annotated with @Handler, this bean instantiate a new Spring prototype bean (programatically) and process the message - just to have the processing happening in a different thread and

Re: Bindy for fixed length format with optimizations

2017-10-19 Thread Marcin Domański
Moreover, there is undocumented switch on FixedLengthRecord annotation called ignoreMissingChars which does the trick. On 19 Oct 2017 09:53, "Marcin Domański" wrote: Answering my own question: This should be possible since CAMEL-9476 fix was implemented in v2.18.0. On 18 Oct 2017 17:51, "Marcin

Re: Bindy for fixed length format with optimizations

2017-10-19 Thread Marcin Domański
Answering my own question: This should be possible since CAMEL-9476 fix was implemented in v2.18.0. On 18 Oct 2017 17:51, "Marcin Domański" wrote: > Dear list users, > I am checking my options on how to parse fixed length format data where > total lenth is variable, because blank chars from en