Page 1 of 1

Max Value of Length property for a LongVarChar Field Type

Posted: Fri Jul 09, 2010 1:33 am
by cosec
Hi All,

In our current process to handle MQ messages, in the MQ component the message is defined as LongVarChar and in the length field a value of 9999999 is specified. Is there any limitation on the value for this length field?

From what I checked it allows a max length of 999999999.

Please help confirm if this is true. Thanks,

Posted: Fri Jul 09, 2010 1:37 am
by ArndW
Server imposes no such limitation on string length, so if that is what MQ can handle then it should work. How about testing it - that shouldn't take more than half an hour to set up the queue and read/write the long string to/from it.

Posted: Fri Jul 09, 2010 1:45 am
by ray.wurlod
Are you really expecting messages larger than this?
:shock: