Hello,
I am migrating my application from RFA 7.0.0 to RFA 7.6.1.
But I am facing a problem with the eventQueue : its size is getting bigger and bigger until I get OutOfMemoryException. It is strange because with RFA 7.0.0 ( and JDK5), we did not have this issue.
In the examples of RFA, I found this MDSubscribeSyncDemo example. But this one is performing a snapshot subscription, which is not what I need. Does someone has an idea How to perform many subscription to a session, synchronously?
Did anyone faced this OutOfMemory exception caused by the eventQueue?
Thanks