Does anyone know if it's possible to replicate to multiple servers? When testing, the first one in the list is fine but all subsequent replicates don't ever make it to the servers. When I look in my 'main' ser I see:
ERROR: t_newtran: transaction already in process 0xd7231e04
I'm assuming it's talking about replication to the first one, maybe I'm barking up the wrong tree?
code:
if (!src_ip==blah.netlogic.net) { add_rcv_param(); t_replicate("server1.netlogic.net", "5060"); t_replicate("server2.netlogic.net", "5060"); };