MSMQ Triggers
Firstly, apologise if this is not the correct place for this question as I cannot find which category this belongs to. General .NET is the best that I can find ..
Anyway, I have a web app written in C# that sends messages to a queue. The problem that I have is the trigger does not seem to be firing even though it is enabled and the rule conditions are met.
I read somewhere that the Trigger Service needs to be granted peek message permission for the queue. Can someone tell me where to find this?
Thanks.
|