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!
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!