Re: ActiveMQ clustering using NFSv4

2019-08-15 Thread Arshkr
Hi Tim, I think I got it works. Here is my note, in case any newbie like me have some idea where to start from :-) Here is what I did for 3 ActiveMQ servers, and 1 NFS file server: - Set up an NFS share server on windows 2018, and create a shared folder name "activemqdata". Instruction on how

Re: ActiveMQ clustering using NFSv4

2019-08-12 Thread Arshkr
Hi Tim, Thank you for your reply. Yes, I have read this document before, and master/slave concept is clear to me. My big question is on NFS shared file system where ActiveMQ is writing data on. I have only one option for this setup is to use NFS shared file system for the data directory. I don't

Re: ActiveMQ clustering using NFSv4

2019-08-12 Thread Arshkr
Hi François, Yes, shared NFS file store will be a place for KahaBD directory between the brokers. According to ActiveMQ, it supports NFS version 4.x; which implies that I need to configure an additional server running NFS so the three VM brokers can share a data directory over network. If I

Re: ActiveMQ clustering using NFSv4

2019-08-20 Thread Arshkr
Hi Tim, For NFS, I will create a cluster for that later, or I will use another alternative is add a new LUN on ESXi and create a logical NFS share for all three brokers to mount for KahaDB. Would you mind check out my activemq.xml file and help me point out possible error(s) I have? Thank you,

ActiveMQ clustering using NFSv4

2019-08-08 Thread Arshkr
Hello, I'm a newbie to ActiveMQ; I try to configure 2 or 3 VM ActiveMQ nodes working as Master/slave using NFSv4. I'm reading lots of document, but it seems I'm more confused about the vast information it offers. If you don't mind, could you please recommend me a straightforward document of how