RE: camel-ahc issue

2015-02-02 Thread Elvio Caruana (ecaruana)
Message- From: Willem Jiang [mailto:willem.ji...@gmail.com] Sent: 02 February 2015 05:37 To: users@camel.apache.org; Elvio Caruana (ecaruana) Subject: Re: camel-ahc issue It’s not a good idea to send the multiple requests through a single channel, as it could confuse the async handler when

Re: camel-ahc issue

2015-02-01 Thread Willem Jiang
It’s not a good idea to send the multiple requests through a single channel, as it could confuse the async handler when it receive the response. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter:

camel-ahc issue

2015-01-30 Thread Elvio Caruana (ecaruana)
Hi, I think I may have run into a potential issue with camel-ahc. I've narrowed it down to a very specific scenario - a combination of re-using the same ahc component in combination with using split().parallelProcessing() EIP. Tested with camel 2.14.1 and 2.14.0. I'll try and demonstrate in a

camel-ahc issue

2015-01-30 Thread Elvio Caruana (ecaruana)
Hi, I think I may have run into a potential issue with camel-ahc. I've narrowed it down to a very specific scenario - a combination of re-using the same ahc component in combination with using split().parallelProcessing() EIP. Tested with camel 2.14.1 and 2.14.0. I'll try and demonstrate in a