You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Jason Dillon <ja...@planet57.com> on 2012/02/01 04:16:59 UTC

Re: How to impl bean-side of proxy w/Future return?

BTW, I never went forward using the bean stuff in Camel... didn't need the additional reflection overhead vs. adapting producers and exchanges directly.

--jason


On Jan 30, 2012, at 2:06 AM, voodooless wrote:

> So, is there any news on this issues?
> 
> Is there any complete working examples of using Futures with Camel Proxy?
> The examples at http://camel.apache.org/using-camelproxy.html actually shows
> half of it. What does the implementation look like?
> 
> --
> View this message in context: http://camel.465427.n5.nabble.com/How-to-impl-bean-side-of-proxy-w-Future-return-tp4581104p5440960.html
> Sent from the Camel - Users mailing list archive at Nabble.com.


Re: How to impl bean-side of proxy w/Future return?

Posted by voodooless <cw...@technocon.com>.
Maybe not, but It would be nice to get this working with beans..

Meanwhile I looked at some testcases using Future Proxies (in camel 2.8
source), and found that they also don't use beans as comsumers. They
directly create a processor to handle the request.

Well, at leas that gives me some pointers and new ideas.


--
View this message in context: http://camel.465427.n5.nabble.com/How-to-impl-bean-side-of-proxy-w-Future-return-tp4581104p5451286.html
Sent from the Camel - Users mailing list archive at Nabble.com.