Re: example using HazelcastIdempotentRepository in Spring DSL

2013-03-13 Thread davebarker
I have a few more questions regarding Hazelcast as an idempotent repository. FWIW, I haven't used Hazelcast before. I have a requirement to prevent duplicate messages from being published to a JMS endpoint. The messages are aggregated and a composite "primary value" is formed. The message volume

RE: example using HazelcastIdempotentRepository in Spring DSL

2013-03-01 Thread davebarker
HazelcastIdempotentRepository in Spring DSL Hi I suggest to check some unit test of the camel-hazelcast, to see some examples of this idempotent in use https://svn.apache.org/repos/asf/camel/trunk/components/camel-hazelcast/ And I guess the Camel docs could be updated a bit with an example for Spring XML as

Re: example using HazelcastIdempotentRepository in Spring DSL

2013-02-28 Thread Claus Ibsen
Hi I suggest to check some unit test of the camel-hazelcast, to see some examples of this idempotent in use https://svn.apache.org/repos/asf/camel/trunk/components/camel-hazelcast/ And I guess the Camel docs could be updated a bit with an example for Spring XML as well. As the sample we have is J