Re: [HEADS UP] camel-spring-integration issue

2008-11-05 Thread Jon Anstey
Awesome stuff Willem! Thanks! On Wed, Nov 5, 2008 at 5:07 AM, Willem Jiang <[EMAIL PROTECTED]> wrote: > Hi Jon, > > I did a quick fix for the issue of SpringIntegration upgrading. > Here are some notes of my changes: > 1. Changed to use the DirectChannel for internal message sending and > receivi

Re: [HEADS UP] camel-spring-integration issue

2008-11-05 Thread James Strachan
Great stuff! 2008/11/5 Willem Jiang <[EMAIL PROTECTED]>: > Hi Jon, > > I did a quick fix for the issue of SpringIntegration upgrading. > Here are some notes of my changes: > 1. Changed to use the DirectChannel for internal message sending and > receiving. > 2. Using the AsyncProcessor for sending

Re: [HEADS UP] camel-spring-integration issue

2008-11-05 Thread Willem Jiang
Hi Jon, I did a quick fix for the issue of SpringIntegration upgrading. Here are some notes of my changes: 1. Changed to use the DirectChannel for internal message sending and receiving. 2. Using the AsyncProcessor for sending the message into SpringIntegration channel. 3. Using the Event-Driven C

Re: [HEADS UP] camel-spring-integration issue

2008-11-04 Thread Willem Jiang
Hi Jon, Thanks for your upgrade work, it's saving lots of my time. After a quick reading of SpringIntegration documents, I found there are big changes of the Spring Integration APIs which leverage more on async message handling. Now I am turning the camel-spring-integration into another asyc modu

Re: [HEADS UP] camel-spring-integration issue

2008-11-04 Thread Willem Jiang
Hi Jon Sure, I will keep working on it. Cheers, Willem Jon Anstey wrote: > The update didn't go so well :) I've put up the changes so far on CAMEL-1053 > if anyone wants to continue the battle over night (well, my night anyway). > > Willem, maybe you could take a quick look since you have the