Discussion:
mqeQueueManager_putMessage hangs up
(too old to reply)
k***@yahoo.com
2005-10-16 18:50:01 UTC
Permalink
hello all,

I have wriiten MQe code in C that runs on PocketPC 2002. Mostly it is working fine but once in a while a certain call to mqeQueueManager_putMessage hangs up the program and nothing further is executed. This call is supposed to inserta data into an asynchronous queue.

Are there any "famous" reasons that cause mqeQueueManager_putMessage to hang up and not return?

thnx
vijay
2005-10-17 04:10:26 UTC
Permalink
Hi,
What is the version of Active Sync you use?
Active Sync is known for connection breaking problems?

regards
vijay
Post by k***@yahoo.com
hello all,
I have wriiten MQe code in C that runs on PocketPC 2002. Mostly it is
working fine but once in a while a certain call to
mqeQueueManager_putMessage hangs up the program and nothing further is
executed. This call is supposed to inserta data into an asynchronous queue.
Post by k***@yahoo.com
Are there any "famous" reasons that cause mqeQueueManager_putMessage to
hang up and not return?
Post by k***@yahoo.com
thnx
k***@yahoo.com
2005-10-17 12:48:21 UTC
Permalink
Hi,
the pocket is connected to the PC over a LAN, no through ActiveSync.
k***@yahoo.com
2005-10-17 13:34:52 UTC
Permalink
could the length of the message be the reason?
vijay
2005-10-18 03:25:52 UTC
Permalink
Hi,

MQe doesnot give any limitation for message length.But still will be
good to keep messages of low size on devices.Will be good to trace while the
connection breaks and check for any of the exceptions.

Vijay
Post by k***@yahoo.com
could the length of the message be the reason?
Loading...