Hibernate version:
2.0
My client runs an application out of their office that will run on NHibernate. The web stuff (running on Castle + NHibernate) is at a remote location, and the two are conected (usually) via VPN.
I need to replicate the portion of the database the website needs. It also needs to be bidirectional (for example the website taking a customer order) However sql server transactional replication is out of the question, as I have used it before and found it totally unreliable.
This does not seem to be a common problem as I have searched google and have found nothing. I am considering using the event model and sending the changesets to the slave databases via WCF/MSMQ. If anybody had some useful advice or links to point me in the right direction I would appreciate it very much! Thank you.
|