Re: Locking & Shared File System Master Slave

2011-09-30 Thread Gary Tully
For windows, I think you will have to ask the computer. There is no magic in the code, it is a regular RandomAccessFile channel lock see: org.apache.kahadb.util.LockFile#lock from: http://svn.apache.org/viewvc/activemq/trunk/kahadb/src/main/java/org/apache/kahadb/util/LockFile.java?view=markup

Locking & Shared File System Master Slave

2011-09-29 Thread shaun.t.erickson
I'm looking to set up a 'Shared File System Master Slave'. I see that the documentation makes it clear that on Linux, NFSv4 provides proper lock release in the event of the Master's failure. What if all my AMQ instances are on Windows 2008 servers? Will a shared Windows directory work? I don't