Tagged Questions

4
votes
5answers
851 views

Using MSMQ - System.Messaging versus WCF

I have to port a VB 6.0 app to VB.Net (Framework 3.5). The application uses MSMQ heavily. I'm trying to figure out what are the advantages of using WCF over good ole System.Messaging. Are there any ...
2
votes
1answer
259 views

MessageQueue.Send occasionally fails with InvalidOperationException, BadEnumerator

I have a non-tx queue with a receiver in one process and a PowerShell script which uses the MessageQueue.Send( object, label ) method to enqueue messages. Occasionally I get this weird error in the ...
1
vote
1answer
169 views

MSMQ ReceiveByCorrelationID

We have a core system which communicates with its clients and other internal systems async through MSMQ. This is a good fit since clients are mobile phones sending sms’es and other systems has MQ ...
1
vote
0answers
133 views

System.Messaging.MessageQueue and MSMQ COM API interaction

In Pro MSMQ from Apress, it says on p. 26, that queues grouped by the same Service Type GUID can be reached by client applications using "the Directory Service without needing to know their physical ...
1
vote
5answers
250 views

.Net User Messaging System

I am wondering if there is a framework out there for .NET to help me with sending messages to users. I would love to be able to write all my messages to a single repository. I would then like to be ...