3.1.2.5. RTI Persistence Service¶
3.1.2.5.1. Removed ability to share a database connection in Persistence Service and durable writer history¶
As described in What’s New in 6.1.2, release 6.1.2
removes the ability to share a database connection in RTI Persistence Service
(which was done by setting the tag <share_database_connection>
to true for a
<persistence_group>
). It also removes the ability to share a database
connection when using durable writer history and setting the property
dds.data_writer.history.odbc_plugin.shared
to 1.
Note that sharing a database connection was only allowed for external databases, and support for external databases was deprecated in release 6.1.1 (see What’s New in 6.1.1).