Re: SEDA Request Reply

2012-07-01 Thread Christian Müller
It depends on "SomeEndpoint"... The message exchange pattern (MEP) is bound to the exchange, not the enpoint itself. Each component has a default MEP which is e.g. InOnly for the File Component, InOut for the HTTP Component, ... This MEP is used by creating the exchange in the component which recei

Re: SEDA Request Reply

2012-07-01 Thread gilboy
Hi So if I have the following 2 routes: from(SomeEndpoint).to("seda:endpoint"); from("seda:endpoint".to(SomeOtherpoint"); I have not specified the exchange pattern for the SEDA endpoint. Hence, does it default to something? Thanks -- View this message in context: http://camel.465427.n5.nabble

Re: SEDA Request Reply

2012-06-30 Thread boday
its based on the Exchange Pattern being used...internally the SEDA producer is calling ExchangeHelper.isOutCapable(exchange) which returns TRUE if the pattern is NOT InOnly/RobustInOnly Edwin wrote > > Hi Folks, > > With reference to /http://camel.apache.org/seda.html/ section /Use of > Request

Re: SEDA Request Reply

2012-06-29 Thread Edwin
Apologies folks - accidentally posted this in the Development forum -- View this message in context: http://camel.465427.n5.nabble.com/SEDA-Request-Reply-tp5715275p5715299.html Sent from the Camel - Users mailing list archive at Nabble.com.