Hi
I put in 3 objects with unique UUIds for 3 different threads in the camel
exchange using exchange.setProperty(string,obj). When i retrieve the objects
using exchange.getProperty('key') method i am seeing the objects are
returned with one of them duplicated.So i get 2 Uuids as same.It happens
sp
Hi Charles
My route is pretty simple.
So what the SaveProcessor does is it takes hibernate DataObject from the
camel exchange that we want to save to the DB. Now say there are 3 different
threads sending 3 different DO objects (each has a uniqu