I have an eCommerce app, which is hosted on 2 geographically different servers Server_A - hosted on our premises, contains product our ERP (Dynamic Navision) softare & database
I am interested in using a free library that has features similar to MSMQ to send/receive messages among 3 app domains in a win form application.
I\'m trying to decide if MSMQ is the right tool for communication between our application and a third party web service we are currently communicating with directly.We\'re looking to uncouple this suc
Hi anybody know how MSMQ work with c#? I got a small problem Actually i need to enter 10 urls in a queue and want to execute at 10 different time spans automati开发者_如何学Ccally.
Can someone tell me whether MSMQ (using transactions) supports competing consumers?Basically, 开发者_运维问答I have multiple threads dequeueing messages off of a single queue.Just wanted to make sure