Design Question

2011-11-15 Thread msnathan
this operation talks to 3 services and for each service call constructing the REST URI and mapping the response json and aggregating them is becoming challenging. Is camel the right solution for the above architecture? -- View this message in context: http://camel.465427.n5.nabble.com/Design

Re: Design Question

2011-11-15 Thread Hadrian Zbarcea
URI and mapping the response json and aggregating them is becoming challenging. Is camel the right solution for the above architecture? -- View this message in context: http://camel.465427.n5.nabble.com/Design-Question-tp4994960p4994960.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Design Question

2011-11-15 Thread msnathan
those applications are sitting behind a load balancer. e.g. client --> External LoadBalancer --> camel multiple instance --> internal load balancer --> service A's -- View this message in context: http://camel.465427.n5.nabble.com/Design-Question-tp4994960p4995591.html Sent

Camel application design question

2012-10-18 Thread snowindy
turning object is an error string, not a ProcessError object. If I try to set a simple string .setBody("FOO") returning object is "FOO" exactly. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-application-design-question-tp5721248.html Sent from the Camel - Users mailing list archive at Nabble.com.

camel newbie design question

2012-06-07 Thread javakurious
.nabble.com/camel-newbie-design-question-tp5714135.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel application design question

2012-10-18 Thread Willem jiang
not be used, when exception > occurs returning object is an error string, not a ProcessError object. If I > try to set a simple string .setBody("FOO") returning object is "FOO" > exactly. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-application-design-question-tp5721248.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).

Re: Camel application design question

2012-10-18 Thread Claus Ibsen
The problem is that the new body ProcessError cannot be used, when exception > occurs returning object is an error string, not a ProcessError object. If I > try to set a simple string .setBody("FOO") returning object is "FOO" > exactly. > I dont think people unders

Re: Camel application design question

2012-10-19 Thread snowindy
ext: http://camel.465427.n5.nabble.com/Camel-application-design-question-tp5721248p5721277.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel application design question

2012-10-19 Thread Willem jiang
g toString() { > return "ProcessError [stage=" + stage + ", stageException=" > + stageException != null ? stageException.getMessage() : null > + "]"; > } > }* > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-application-design-question-tp5721248p5721275.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).

Design question: multicaster, request-reply and InOut

2013-03-29 Thread PJ Walstroem
"activemq:store").process(storageProcessor).end(); -- View this message in context: http://camel.465427.n5.nabble.com/Design-question-multicaster-request-reply-and-InOut-tp5730101.html Sent from the Camel - Users mailing list archive at Nabble.com.