Hi all, We're using hazelcast:seda with the option "transferExchange=true", which works great for moving our data over the wire.
I'm currently working on plain java code for moving exchanges between hazelcast queues, and I ran into the following problem: Some operations on the hazelcast queue, like 'remove(obj)' and 'contains(obj)', don't work because DefaultExchangeHolder does not have an implementation of 'equals'. Is there a reason why DefaultExchangeHolder does not implement 'equals'? We're on Camel 2.13. Thanks, Gerda