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
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
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