Thanks a lot for your reply. What if I want to call a direct endpoint, which
eventually goes to an async producer? Should I call the direct producer
directly?
Is there an example for that, in the documentations/book?
--
View this message in context:
http://camel.465427.n5.nabble.com/Sending-a-R
That’s part of UnitOfWorkProducer job which means we get the response there.
As not all the camel endpoints implement the async invocation API, we cannot
use the async invocation by default.
If the endpoint support the async invocation, you can call the producer async
API yourself without using