I think the problem domain needs to be little bit more elaborated to understand what will best fit your application. Using MSMQ should not be simply using MSMQ on your machine. You should have good MSMQ setup to provide resilience to your distributed apps; have a proper MSMQ setup (software/infrastructure) to be used as an enterprise service bus for your company's various application. We do lot of capacity planning for our MQ Series ESB to make sure we are keeping up with the growing needs of our current and new coming applications' messaging needs.
.Net Remoting is considerably simpler from that perspective where you have a specific client/server scenario where you control both ends. You can further simplify the management by using IIS as your remoting host. Web Services is another viable option; using WSE you can use tcp level web services that can give you more optimization if thats what you are shooting for. still, from development/management/setup perspective, I suggest you strongly look at web services as it will be simpler; it will give you better leverage as to exposing the functionality to other kind of clients; and will fit in very nicely with the direction microsoft/rest of the world is going in the world of distributed computing Ali > > > -----Original Message----- > > > From: Unmoderated discussion of advanced .NET > topics. > > > [mailto:[EMAIL PROTECTED] On > Behalf Of Bruno N > > > Sent: Wednesday, January 01, 2003 6:11 > > > To: [email protected] > > > Subject: [ADVANCED-DOTNET] MSMQ or .net remoting > > > > > > Hello! > > > > > > Im writing a distributed application, and i cant > figure out wheter > > > should i use .net remoting or msmsq to handle > the communication > > > between the componets in destributed computers. > > > > > > Can anyone help me out please? > > > > > > Thanks, > > > Bruno N > > > > > > =================================== > > > This list is hosted by DevelopMentor(r) > http://www.develop.com > > > > > > View archives and manage your subscription(s) at > > > > http://discuss.develop.com > > > > > > > > > > > > > > > IMPORTANT NOTICE > > Email from OOCL is confidential and may be legally > > > privileged. If it is not intended for you, please > delete it > > immediately unread. The internet cannot guarantee > that this > > communication is free of viruses, interception or > > interference and anyone who communicates with us > by email is > > taken to accept the risks in so doing. Without > limitation, > > OOCL and its affiliates accept no liability > whatsoever and > > howsoever arising in connection with the use of > this email. > > Under no circumstances shall this email constitute > a binding > > agreement to carry or for provision of carriage > services by > > OOCL, which is subject to the availability of > carrier's > > equipment and vessels and the terms and conditions > of OOCL's > > standard bill of lading which is also available at > > > http://www.oocl.com. > > > > =================================== > > This list is hosted by DevelopMentor(r) > http://www.develop.com > > > > View archives and manage your subscription(s) at > > http://discuss.develop.com > > > > =================================== > > This list is hosted by DevelopMentor(r) > http://www.develop.com > > > > View archives and manage your subscription(s) at > > http://discuss.develop.com > > > > > > > > > IMPORTANT NOTICE > Email from OOCL is confidential and may be legally > privileged. If it is not intended for you, please > delete it immediately unread. The internet cannot > guarantee that this communication is free of > viruses, interception or interference and anyone who > communicates with us by email is taken to accept the > risks in so doing. Without limitation, OOCL and its > affiliates accept no liability whatsoever and > howsoever arising in connection with the use of this > email. Under no circumstances shall this email > constitute a binding agreement to carry or for > provision of carriage services by OOCL, which is > subject to the availability of carrier's equipment > and vessels and the terms and conditions of OOCL's > standard bill of lading which is also available at > http://www.oocl.com. > > =================================== > This list is hosted by DevelopMentor� > http://www.develop.com > > View archives and manage your subscription(s) at > http://discuss.develop.com > =================================== This list is hosted by DevelopMentor� http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
