1
votes

I am using Apache Camel to route the request to EJB service, but i would like to know how can i set timeout time?

If it is an HTTP service, Camel HTTP component has options to set timeout but not EJB service.

1

1 Answers

0
votes

You can place a SEDA endpoint before your EJB endpoint; SEDA handles timeout.