A Windows service when trying to access the .Body property of a MS开发者_运维问答MQ message object throws an EOleException - but only when the Xml document contained in this message has an empty list
I\'m developing a few applications for embedded devices; they should be compatible with both Windows CE 5.0 and XP embedded using C# 2.0.
On Windows Vista Business, I installed the MSMQ core components but I can not see a \'Microsoft Me开发者_StackOverflow中文版ssage Queuing\' ActiveX (I want to import it in Delphi).
I am newbie in NService bus and I am trying to create a bus using MSMQSubscribtion storage , but I am getting following error.
We are migrating to Windows 2008 R2 Standard and will be using a Microsoft Clustering (active-passive) configuration.Our application is heavily dependent on MSMQ private queues and our install creates
Hi I am trying to connect to a MSMQ from an Android phone. The problem is that all the libraries that I seem to find have to run in Windows since they appear to just be wrappers around C libraries (\
Can I use MSMQ to reduce the number of synchronous write operations to a database and instead have the records written to the database every X number o开发者_StackOverflow社区f minutes? You can\'t red
Although my question looks similar to some already found on SO, those post did not help me, so here it is:
I have a Web App and a service sitting on the same machine and communicating via message queues. The problem I\'m experiencing is that about half of the time the messages I send from the service are n
I have a .NET 3.5 Compact Framework application that uses MSMQ. We are running this application on an Intermec CN3, Windows Mobile 5.0 device.