Re: CLI save commad does not persist all topics in routerConfig.xnl
Posted By:
Andreas_Mueller
Posted On:
Sunday, November 28, 2004 11:49 PM
Are you calling the part to save the config from a different thread/program? May be there is an overlap in time and the save command arrives in the middle of creating new topics from another thread/program?
You don't must call "exit" to exit from CLI. The "exit" command is for the command line CLI shell only. Instead use cli.close() from you program.