5
ответов

Использование MSMQ - система. Обмен сообщениями по сравнению с WCF

Я должен портировать приложение VB 6.0 на VB.Net (Платформа 3.5). Приложение использует MSMQ в большой степени. Я пытаюсь выяснить то, что является преимуществами использования WCF по хорошей ole Системе. Обмен сообщениями. Есть ли любой...
вопрос задан: 20 August 2009 20:20
0
ответов

MSMQ: Is it possible to get the message count of a remote private queue?

I know there are other questions on this, but non actually answer this question. The Code I have is: using (var mQ = new MessageQueue(qPath)) { Console.WriteLine("machine:...
вопрос задан: 5 May 2011 00:51
0
ответов

How to move a msmq message to a subqueue

Using the System.Messaging classes, how do I move a msmq message (in this case a poison message) to a subqueue? Seems like this should be simple, but I haven't been able to figure it out.
вопрос задан: 7 April 2011 18:13