MesssageQueueException in ASP.Net application

  • Thread starter Thread starter Reshma Prabhu
  • Start date Start date
R

Reshma Prabhu

Hello,

I want to send MSMQ message on a public queue of a remote machine.

When I try to create such a queue using MessageQueue.Create method,
it succeeds and returns the queue object. But fails to send any message
giving
MessageQueueException - Queue is not registered with ds.

Also if the queue already exists, still MessageQueues.Exists methos returns
false.

Also MessageQueue.GetPublicQueuesByMachine( ) method gives
MessageQueueException exception. It does not give any message but gives
MessageQueueErrorCode -1072824176

All these things work fine in Console Application.

Is this issue relate to security. If so what rights are needed.

Can any one please help me out to solve this problem?

Thanks,

Reshma
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top