Re: ActiveMQ clustering using NFSv4

2019-08-15 Thread Tim Bain
So... You have three ActiveMQ nodes that are capable of failing over in the case of a problem with the current master broker. That's great. But your NFS server is a single point of failure, and if it goes down, all three ActiveMQ servers are useless. You might want to figure out how to make your NF

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 to

Re: replicated static master/slave - which is the correct URI for an artemis-jms-client?

2019-08-15 Thread Justin Bertram
The "ha" parameter tells the client to use the backup information it receives from the broker so in case the original connection fails it will automatically connect (i.e. failover) to the backup. Without ha=true on your client URL you won't get true failover. I believe what you're seeing is just t