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
well. As the sample we have is Java code based: http://camel.apache.org/idempotent-consumer.html On Thu, Feb 28, 2013 at 9:28 PM, davebarker <[hidden email]> wrote: > Hello all, > I'm trying to figure out how to use the HazelcastIdempotentRepository as the > idempotentCons

example using HazelcastIdempotentRepository in Spring DSL

2013-02-28 Thread davebarker
Hello all, I'm trying to figure out how to use the HazelcastIdempotentRepository as the idempotentConsumer for a duplicate filter in a Spring DSL route. example: ... PrimaryValue . throws the following error: "No default constructor found; nested exception is java.lan