Hi All, I am using Apache Mina in my project where my Program acts as a server and multiple clients may connect to it at any given point of time using TCP/IP or UDP. I wish to maintain sessions so that I can send responses back to client on the same socket. I wish to add a Load Balancer & a failover mechanism so that either of my servers can process the request and if one server is down the other server accepts all incoming requests and responds to client on same socket. I searched for it and found this link http://camel.apache.org/loadbalancing-mina-example.html . Is this the correct way to go or I have to do something else.
Thanks & Regards Abhishek Chavan Member Architecture Group Nagarro Software Pvt. Ltd. PH: +919953541323 DISCLAIMER: This communication, along with any documents, files or attachments, is intended only for the use of the addressee and may contain legally privileged and confidential information. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of any information contained in or attached to this communication is strictly prohibited. This communication does not form any contractual obligation on behalf of the sender or, the sender's employer, or the employer's parent company, affiliates or subsidiaries.
