Re: Camel Hazelcast Component creating multiple instances of Hazelcast

2015-03-17 Thread ayache.k
View 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
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 below hazelcast log? Hazelcast documentation &

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

Re: camel-hazelcast component

2011-02-18 Thread Claus Straube
ng Jira I found a ticket for a camel-hazelcast component (but implementing only the Hazelcast queue - that we haven't implemented, so it would fit perfectly). I've contacted the submitter and asked if we could merge our projects (perhaps before his final version). Hope we can do it toge

Re: camel-hazelcast component

2011-02-18 Thread Claus Ibsen
On Fri, Feb 18, 2011 at 9:27 AM, Claus Straube wrote: > On 18.02.2011 09:12, Claus Ibsen wrote: >> >> Hi >> >> Cool we love contributions. >> >> This wiki page walks you through the process >> http://camel.apache.org/add-new-component-guide.html > > Okay - thanks. Dont worry to much about adding

Re: camel-hazelcast component

2011-02-18 Thread Claus Straube
On 18.02.2011 09:12, Claus Ibsen wrote: Hi Cool we love contributions. This wiki page walks you through the process http://camel.apache.org/add-new-component-guide.html Okay - thanks. Maybe you can read that page and if needed correct anything it highlights. Then open a JIRA and attach the s

Re: camel-hazelcast component

2011-02-18 Thread Claus Ibsen
Hi Cool we love contributions. This wiki page walks you through the process http://camel.apache.org/add-new-component-guide.html Maybe you can read that page and if needed correct anything it highlights. Then open a JIRA and attach the source code and grant license to Apache. Then we can take a

Re: camel-hazelcast component

2011-02-17 Thread Claus Straube
I've forgotten the most important part. Here you can find it: https://github.com/catify/camel-hazelcast Sorry ;) On 18.02.2011 08:55, Claus Straube wrote: Hi all, we've developed a camel component for the Hazelcast data grid (http://www.hazelcast.com ). Hazelcast i

camel-hazelcast component

2011-02-17 Thread Claus Straube
Hi all, we've developed a camel component for the Hazelcast data grid (http://www.hazelcast.com ). Hazelcast is a easy to use, but powerful data grid solution, entirely written in Java. We've implemented a producer/consumer for the distributed map/multimap, a produc