Camel Hazelcast XML namespace

2018-09-07 Thread T Rehman
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.

Setting a default ExecutorService for all processors

2018-08-26 Thread T Rehman
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