I've read the http://activemq.apache.org/shared-file-system-master-slave.html doc but the diagram mentions a database. I thought we're only talking about writing to a file system?? Just a typo?
I see that the configuration mentioned in the doc is pointing to a file system: <journaledJDBC dataDirectory="/sharedFileSystem/broker"/> but is called a "journaledJDBC." Does it also point to a default datasource (db) or only a disk? Question 2: If 2 brokers are writing to one shared repository (be it db or file), then there is still one point of failure. If the disk dies, I loose my high availability. -The only scenario I can find is Pure Master Slave that does replication. But it has no failback mechanism. What are my activemq options for actual high availability with no one-point-of-failure? -- View this message in context: http://www.nabble.com/Master-Slave%3A-Shared-File-System---2-Questions-tf3302581s2354.html#a9186644 Sent from the ActiveMQ - User mailing list archive at Nabble.com.