Message error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am connecting to a message queue and am getting an error that I don't
understand and there isn't any detail:

System.Messaging.MessageQueueException
at System.Messaging.MQCacheableInfo.get_ReadHandle()
at System.Messaging.MessageEnumerator.get_CursorHandle()
at System.Messaging.MessageEnumerator.MoveNext(TimeSpan timeout)
at System.Messaging.MessageEnumerator.MoveNext()
at

Any idea?
 
I get the message queue error of:

MessageQueueErrorCode 0x80070721 System.Messaging.MessageQueueErrorCode
 
http://www.google.com/search?hl=en&lr=&q=0x80070721+msmq



You might start by figuring out which account is trying to read the queue
(look for IIdentity)

And if you go to

My Computer / Manage / MSMQ //// Find the Queue / Right Click / Properties /
Security

You'll see the different permissions which are available and setable.

In the future
microsoft.public.msmq.programming
might be a more germane group to post.
 
Thank you for the suggestion.

Where do I find microsoft.public.msmq.programming? I see under the heading
"Messaging and Collaboration" win32.programming.messaging but I don't see
anything specific to msmq?

Kevin
 
Back
Top