Alphathree33
Platinum Member
I have an MSMQ app on a Windows CE device.
The app is trying to send a message to a remote queue on my computer. The device is cradled and connected via activesync.
I can browse web pages, including ones hosted by my PC, via Internet Explorer on the device.
But when my MSMQ app tries to access the remote queue on my PC, it says "queue does not exist".
I am connecting using
FORMATNAME: DIRECT=TCP:my_ip_address\private$\mqsample
I've also tried
FORMATNAME: DIRECT=OS:my_computer_name\private$\mqsample
And yes, mqsample does exist.
The app is trying to send a message to a remote queue on my computer. The device is cradled and connected via activesync.
I can browse web pages, including ones hosted by my PC, via Internet Explorer on the device.
But when my MSMQ app tries to access the remote queue on my PC, it says "queue does not exist".
I am connecting using
FORMATNAME: DIRECT=TCP:my_ip_address\private$\mqsample
I've also tried
FORMATNAME: DIRECT=OS:my_computer_name\private$\mqsample
And yes, mqsample does exist.