Re: Camel Hazelcast Component creating multiple instances of Hazelcast

2015-03-18 Thread ayache.k
this message in context: http://camel.465427.n5.nabble.com/Camel-Hazelcast-Component-creating-multiple-instances-of-Hazelcast-tp5764283p5764320.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Hazelcast Component creating multiple instances of Hazelcast

2015-03-17 Thread Willem Jiang
Hi, Camel Hazelcast endpoint supports to set the Hazelcast instance with the option of hazelcastInstance=#INSTANCE_NAME. You may need to write a hazelcastInstance service for it if you want to share some hazelcastInstance across the JVM. -- Willem Jiang Red Hat, Inc. Web:

Camel Hazelcast Component creating multiple instances of Hazelcast

2015-03-17 Thread Ayache Khettar
Hi I have started using Camel Hazelcast for distributed caching but realised that all the bundles using the Camel hazelcast component create a new instance of Hazelcast. So 11bundles will result in 11 members joined in in one single JVM and the list is growing. Is this a healthy thing - see