Re: SEDA Request Reply

2012-07-01 Thread Christian Müller
rom(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: > ht

Re: SEDA Request Reply

2012-07-01 Thread gilboy
: http://camel.465427.n5.nabble.com/SEDA-Request-Reply-tp5715275p5715326.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: SEDA Request Reply

2012-06-30 Thread boday
; > Thanks, > Edwin > - Ben O'Day IT Consultant -http://consulting-notes.com -- View this message in context: http://camel.465427.n5.nabble.com/SEDA-Request-Reply-tp5715275p5715314.html Sent from the Camel - Users mailing list archive at Nabble.com.

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.

Re: defaultEndpoint must be specified with seda request/reply

2012-03-30 Thread Christian Müller
; > >// start the route and let it do its work >context.start(); >ProducerTemplate template = context.createProducerTemplate(); > >Object result = template.requestBody("seda:backend"); > > Thread.sleep(3); > >cont

defaultEndpoint must be specified with seda request/reply

2012-03-30 Thread unludo
w this message in context: http://camel.465427.n5.nabble.com/defaultEndpoint-must-be-specified-with-seda-request-reply-tp5606712p5606712.html Sent from the Camel - Users mailing list archive at Nabble.com.