mrzasa
mrzasa

Reputation: 23307

GlusterFS as shared storage for ActiveMQ master/slave cluster

I want to setup an ActiveMQ cluster. As I encountered problems with shared nothing approach, I'd like to do it using shared filesystem. However, the ActiveMQ documentation warns about possible problems related to filesystem locks. As I'm not sure, I'd like to ask, if GlusterFS would be a good choice for shared filesystem.

Upvotes: 2

Views: 1556

Answers (1)

Jakub Korab
Jakub Korab

Reputation: 5024

Shared-storage master-slave requires that the underlying file system supports network file locks. GlusterFS seems to support network locks going by the documentation (it's not 100% clear). Ultimately the best way to find out is to set it up and check.

If it doesn't you still have the option of falling back to a shared JDBC-based store.

Upvotes: 5

Related Questions