We are building Level2 market maker data processing application using RFA and OMM consumer. We want to do the parsing of different handles(Ric symbols) in parallel so we want to pass the RFA OMM payload to a different thread and not parse it in the consumer thread. Is it safe to pass the payload to different processing thread.
I know in EMA is it not recommended to do so because the field entries and field lists are reused.
Thanks
Anil Kalra