i've set up MSMQ between my desktop and a Mobile 5 device... everything works
fine as long a my messages are less than 2 mb... when i try to send a
message larger than 2 mb from the desktop to the device, the message
vanishes...
using the Computer Management tool, i can see the message get queued in the
outgoing queue the first time i try to send it... the message sits in the
outgoing queue for a few seconds and then disappears without ever reaching
the device...
if i then send a small message ( < 2 mb), the device receives the message as
normal...
i have set the max size for the device queueue to
MessageQueue.InfiniteQueueSize...
the formatter is set to XmlMessageFormatter(new Type[] { typeof(String) })...
i know there's a max message size of 4mb, but my messages are way short of
that...
can anyone tell me what's going on?
thanks!
Ilya Tumanov [MS] - 29 Mar 2007 02:23 GMT
Make sure queue quota size is set correctly in registry. See MSDN for MSMQ
CE configuration.

Signature
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactfra
mework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
> i've set up MSMQ between my desktop and a Mobile 5 device... everything
> works
[quoted text clipped - 22 lines]
>
> thanks!