MSMQ losing large messages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
Make sure queue quota size is set correctly in registry. See MSDN for MSMQ
CE configuration.


--
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.compactframework?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).
 
Back
Top