rmt_PostListenAll traverses the CONFLIST array and uses the information from the CONFLIST records to formulate subscription requests and post the requests to dbman.
It uses rmtAddQueLst(3rmt) to perform the subscription request.
If there is an error when rmtAddQueLst(3rmt) is called an error message is written to stderr.
This function communicates with dbman in remote mode.
This function is part of libmngr.
Plan carefully when writing your program and designing your CONFLIST if you use this function because EVERYTHING in the CONFLIST array will be subscribed to. The results can be quite fascinating and the problems very mysterious if you are not careful.