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 receives the request first. The MEP will only change if you explicitly define it, e.g. by using inOnly("xxx") instead of to("xxx").
Best, Christian On Sun, Jul 1, 2012 at 9:08 AM, gilboy <josephoto...@gmail.com> wrote: > 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.com/SEDA-Request-Reply-tp5715275p5715326.html > Sent from the Camel - Users mailing list archive at Nabble.com. >