Bill,
is this http://www.messageq.com/forums/vienna/msg_body.php3?ID=29050 the
same problem that you have now? Did increasing the heap size solve this
problem?
Just remembered to have read something about this on the list a while ago...
Stefan


>From: Bill Pigg <[EMAIL PROTECTED]>
>Reply-To: MQSeries List <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: RC 2071 with JMS
>Date: Tue, 21 May 2002 12:18:28 -0700
>
>Good afternoon all,
>
>on AIX 4.3.3 with MQ 5.2, JMS trying to retreive complete message from q
>containing an 88M message segmented into 23 messages. The get message call
>below is coming back with RC 2071 - Insufficient main storage. Anyone have
>ideas on what might be happening here? I haven't found anything helpful in
>the archives and am about to open a call with MQ support. Thanks.
>
>// First define a MQ message buffer to receive the message into..
>             MQMessage message = new MQMessage();
>
>             // Set the get message options..
>             MQGetMessageOptions gmo = new MQGetMessageOptions();  //
>accept
>the defaults
>                                                                   // same
>as MQGMO_DEFAULT
>             gmo.options = MQC.MQGMO_FAIL_IF_QUIESCING
>                           | MQC.MQGMO_SYNCPOINT
>                           | MQC.MQGMO_COMPLETE_MSG;
>
>             // get the message off the queue..
>
>             receiveQueue.get(message,
>                              gmo);
>
>Bill
>
>William M. Pigg
>Bill Pigg/San Jose/IBM
>[EMAIL PROTECTED]
>408.256.5656 t/l 276.5656
>
>Instructions for managing your mailing list subscription are provided in
>the Listserv General Users Guide available at http://www.lsoft.com
>Archive: http://vm.akh-wien.ac.at/MQSeries.archive


_________________________________________________________________
Join the world s largest e-mail service with MSN Hotmail.
http://www.hotmail.com

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to