Hi guys,
We are working with EMA API.
For better performance, we only use OmmConsumer API Thread to dispatch Msg object.
Then put it in queue and the Msg object will be parsed in other thread.
However, when we parsing the Msg object, we found the data was corrupted and got many ConcurrentModificationException.
So we wonder whether the Msg object is thread safe ?
If not, dose it mean the only way to get better performance is create more OmmConsumer ?