Hi,
When i try to Access MSMQ from Windows Appliaction by using the following code it is working fine but i am not able to do this from my windows Services.
Plz help me out in resolving this issue.
=========================
Public Sub send() Dim myQueue As MessageQueue Try ' connect to the queue and send the messagemyQueue =
New MessageQueue(".\private$\DevXTestQueue")myQueue.Send(".\private$\DevXTestQueue")
Catch ex As ExceptionMsgBox("Exception was thrown: " & ex.Source & ": " & ex.Message)
End Try==================================
Thanks
Masthan PMJ

Accessing MSMQ from Windows Services
Alicia Rose
Lina María Villa