Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Maximum buffer when using MQGet or MQGetAny of the MQM.dll

Status
Not open for further replies.

sttopmh

Programmer
Sep 22, 2003
1
US
I've been successfully using VB to put and retrieve messages. However, I am starting to get responses larger than 64k bytes. The MQGet call requires a String datatype, which is 64K max. I tried using the MQGetAny call and passing a Variant of size 100K, but it just dies. It dies even when the response is less than 64K.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top