Description
If endpoint uses only a producer (example from camel-quarkus integration tests)
Producer for multiple messages requires CamelToolExecutorCache.getInstance().getTools() to return something (!= null) see code
I checked that only place which is adding something to the cache is a consumer, which does not seem to be correct.