davsclaus commented on PR #8713: URL: https://github.com/apache/camel/pull/8713#issuecomment-1343028563
Its actually the opposite > var res = producer.process(exchange, ac); if the returned value == true then it was a sync call and its done if the returned value == false, then its async call, and currently processing by another thread (done when the callback is triggered) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
