c# - Is MSMQ the right choice for this scenario -


I have an eCommerce app, which is hosted on 2 different geographical servers

  • Server_A - Hosted on our premises, in it our ERP (dynamic navigation) software & amp; Database

  • Server_B - Hosted in External Data Center - Web Application & amp; Database (not for simplification within this server only)

When a website orders, order order tables are written on Server_B placed in these Order Server_A Order table should go.

Currently, a DTS script runs and any order is copied in Server_B, but because server_A does not take server and application bits, it has become difficult to manage.

My idea is to use MSMQ to transfer "message" commands between two places.

Is this a viable option?

What is the website call about immediately after organizing "local level"?


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -