Does anyone know the XML namespace to use for the Hazelcast component?
(http://camel.apache.org/hazelcast-component.html)
I am wanting to use the "fromF" tag in XML but can't see an available
namespace. The documentation doesn't mention it and I've looked through
available schemas online.
Is it possible for all Camel processors to use the same default
ExecutorService?
To elaborate, I would like my Camel processors by default to use the same
ExecutorService that my Spring context uses. In my Spring context, I've set
a ThreadPoolTaskExecutor instance that all @Async-annotated Spring