The DB_CHANNEL Handle

The DB_CHANNEL handle is used by Replication Manager applications to manage and configure message channels that carry custom message traffic between the sites in the replication group. You create a DB_CHANNEL handle using the DB_ENV->repmgr_channel() method. All DB_CHANNEL handles must be closed before closing DB_ENV handles. Use the DB_CHANNEL->close() method to close a DB_CHANNEL handle.