• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

MSMQ Application on Windows CE

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.
 
Back
Top