I am trying to allow someone from outside of our AD to access a private message qu开发者_运维技巧eue for reading and another one for sending. I don\'t want to add them to our AD. Is something like thi
We are trying to track our message queueing system (MSMQ). We have managed to put together some descent enough measurements of how many items are in the queue and how old the first item in the queue i
At very high level i would like to know apart from strings what (information) 开发者_Python百科can i pass to Message Queues in C#.NET.
I have the following problem: I am trying to log messages to the remote private message queue. To do this I am using Enterprise library 5.0 and msmq trace listener in my application. Unfortunately, I
I have a wcf service hosted in iis. I have many clients connected to it via basicHttpBinding. On the same server I also have other service that is doing the business logic.
I want to cluster my service and since my service uses the msmq service I have to also cluster the msmq service. I successfully created the cluster and added both my service and msmq service as resour
Is there any way to check if a public MSMQ is empty? For a private MSMQ it\'s easy: private bool IsQueueEmpty(string path)
I understand it\'s available since MSMQ 3.0, is it available via any o开发者_开发技巧f the .NET ESBs?
I\'m doing a project with some timing constraints right now. Setup is: A web service accepts (tiny) xml files and I have to process these, fast.
Looking for some ideas/pattern to solve a design problem for a system I will be starting work on soon.There is no question that I will need to use some sort of messaging (probably MSMQ) to communicate