Reading MSMQ Transactional Dead Letter Queue
I am trying to read a transactional transaction queue in MSMQ using C # .NET and I get:
Workgroup setup computer does not support operation
Within 10 points, what am I doing wrong?
+1
Guy
source
to share
1 answer
Try this format name and see if it works:
@"FORMATNAME:DIRECT=OS:.\SYSTEM$;DeadXact"
+7
tomasr
source
to share