Hi, I've been trying to get the simple load balancing example via queue device working. I have a Java client that sends requests to port 5559, I have a load balancer executable, which is only a queue device that has 5559 as front end and 5560 as back end. And finally I have a worker process that uses 5560. Java client and worker process can connect successfully, but I have not been able to insert the balancer between them using the setup given above. All components just sit there silently. With three executables: client, load balancer and worker process, what is the order of execution I need? Am I missing a point go get this working?
regards Seref _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
