In my SwiftMQ.properties file, my "swiftlet.sys$queuemanager.backstore.directory" property is an absolute path on a windows box, so it contains backslashes. Since this is a proprties file, I double the backslashes, so the value of that property is something like "c:\\foo\\messagestore". If I change something from my code via the CLI object, the properties file gets rewritten, but without the doubled backslashes. The in-memory configuration is fine, but the next time SwiftMQ starts up, it complains because the directory "c:foomessagestore" doesn't exist. I'd assume the same thing happens with other filenames. If I change the properties file to use forward slashes (which don't need to be escaped in properties files), it works fine. mike ------------------------------------------------------ SwiftMQ developers mailing list * http://www.swiftmq.com To unsubscribe from this list, send an eMail to [EMAIL PROTECTED] and write in the body of your message: UNSUBSCRIBE developers <your-email-address> Archive: http://www.mail-archive.com/[email protected]/
