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
:
http://camel.465427.n5.nabble.com/SEDA-Request-Reply-tp5715275p5715326.html
Sent from the Camel - Users mailing list archive at Nabble.com.
;
> 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.
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.
;
>
>// 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
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.