Hi ,
Im using camel proxy to call an endpoint in camel say direct:say.
public interface xyz{
public void sayhello(String body,??);
}
??? i want to set headers or send headers can any one help with an example
in binding interface.
Thanks
Saitsh
--
View this message in context:
http://camel
Can you give me some example of camel request reply pattern with seda without
using jms
Thanks
Satish
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-request-reply-pattern-with-seda-tp5747528.html
Sent from the Camel - Users mailing list archive at Nabble.com.
t; and use a timeout of one second.
>
> Elvio
>
> -Original Message-----
> From: geddamsatish [mailto:[hidden
> email]<http://user/SendEmail.jtp?type=node&node=5747276&i=0>]
>
> Sent: 13 February 2014 14:32
> To: [hidden email] <http://user/SendEmail.jtp
I have route which hits does jobs a,b,c sequentially .I want an SLA of 1 sec
i.e,
if i don't get reply from the route within 1 sec i will send some custom
message.
or else i will send the reply back to client
but the job should continue even after time out.Im using direct endpoint.
--
View