I'm trying to implement a kind of slowdown of the processing on the client side in such a way that the Statement of ResultSet object should have fetch size limited to 1. So with this scenario I want to maximize round trips to the database while iterating within ResultSet.
The JMeter UI doesn't allow specify these parameters of Statement or ResultSet, so I wonder if there's a work around to achieve the behavior I described above.
Vladimir.