Marcel Ruff
Tue, 11 Jul 2006 02:25:16 -0700
Xavier Roques wrote:
Hi Marcel, Thanks for your quick answer. I'm trying the availability (failover) of a cluster. Currently I have two cockpit servers, one master and one slave. I kill the master and I would like that all the clients connected to the master automatically reconnect to the slave. I don't understand, how does it work :( Do I need to configure each client?Or the client is automatically configured by the cockpit server?
Ah, now i understand.Automatically changing the server address is currently not implemented in the client library,
you would need to add your own lines of code to toggle between the servers, regards Marcel
Xavier. -----Original Message-----From: Marcel Ruff [EMAIL PROTECTED] Sent: mardi 11 juillet 2006 02:17To: xmlblaster Subject: Re: [xmlblaster] Cluster - Client Reconnect Xavier Roques wrote:Hi, I would like to know if the feature "Client Reconnect" is implementedina cluster. If yes, how can I configure the clients? I'm sorry but I didn't find it :( Thanks, XavierThe complete java client functionality is available for cluster connects, as we use the normal client lib for this. An example of a ConnectQos you can see in xmlBlaster/demo/javaclients/cluster/email/golan.properties regards Marcel