My RFA application has created multiple OMM Consumer event source. Each Consumer use different RFA session. Once I have tried to change the “threadModel” configuration to “single”, the following error will occur. How could I use threadModel = “single” with multiple RFA sessions?
RFA Internal failure File: ..\..\..\Adapters\RSSL_Cons_Adapter\Impl\RSSL_Cons_AdapterImpl.cpp Line: 210 Problem: The RSSL_Cons_Adapter is configured as a Singleton and does NOT support multiple sessions if any session's ThreadModel is set to Single. RFA_VERIFY( false ) failed
RFA configuration:
\Sessions\Session1\threadModel = “single”
\Sessions\Session2\threadModel = “single”