Hi ManKeer,

I just mean to be sure that LOAD_BALANCER_URL is the proper url to target for the client.
But from the inspection of the snippet of your client code I would like to suggest to you to try to disable the earlyWSOpen, since this setting could be an impediment in some balancing scenarios (for example if <control_link_address> is configured on your server).

myClient.connectionOptions.setEarlyWSOpenEnabled(f alse);

Regards,
Giuseppe