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
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