Hi, Assume that I'm sending InOut exchanges through the following Camel route:
from("jbi:http-message-consumer").to("jbi:A").to("jbi:B")
How many threads are required to complete the exchange?
We've ran across some blocking issues when having too many JBI endpoints
in a route.
Thanks.
