@@ -245,6 +261,7 @@ public class IRestServiceZmqImpl extends CommonServices.IRestService implements
}
});
runThread.start();
MicroserviceApp.getsInstance().getLogger().info("ZMQ server started successfully on host: "+zmqParams.getHost()+", and port: "+String.valueOf(zmqParams.getPort()));
}
@Override
...
...
@@ -269,13 +286,19 @@ public class IRestServiceZmqImpl extends CommonServices.IRestService implements