I am trying to do a check. I've got a poollocator with two servers. I want to test whether the servers are being set up as Active-Active or Active-Passive? The idea is to insert data with one client from one server and then have another one reading it and check how fast the data is being replicated to the other server (if at all is being replicated).
All this is done in Java.
I was thinking to create a client with a single server configuration. Then another one with the other server. However, I have read other people's posts and apparently this is not possible. Does anyone know if my test is valid?