2.2.3. RTI Persistence Service

2.2.3.1. Creation of Persistence Service instance using Persistence Service library will change DomainParticipantFactoryQos settings by default

Release 7.5.0 introduced a new parameter in RTI_PersistenceServiceProperty called initialize_dp_factory, which indicates if the DomainParticipantFactory should be initialized or not when creating the Persistence Service instance. Setting the parameter to TRUE may overwrite previous DomainParticipantFactoryQos values that you may have set in your application before creating the Persistence Service instance. By default, it is set to TRUE.

To go back to old behavior, set initialize_dp_factory to FALSE.