Author |
Message
|
Goodfellas |
Posted: Mon Mar 02, 2009 3:48 pm Post subject: MQJE |
|
|
Acolyte
Joined: 26 Feb 2009 Posts: 70
|
All
Last edited by Goodfellas on Tue May 28, 2013 12:09 pm; edited 1 time in total |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Mar 02, 2009 3:51 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Have them use a channel table. Make sure the client channel is configured correctly (> 4MB)  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Mar 02, 2009 4:23 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Confirm that every object they are touching is configured with a MAXMSGLN of 104857600: this includes the qmgr, any queues involved (including potentially the DLQ), and both halves of any channel being used (including svrconn/clntconn pairs). |
|
Back to top |
|
 |
Goodfellas |
Posted: Mon Mar 02, 2009 8:15 pm Post subject: |
|
|
Acolyte
Joined: 26 Feb 2009 Posts: 70
|
Thanks.
Last edited by Goodfellas on Tue May 28, 2013 12:10 pm; edited 1 time in total |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Mar 03, 2009 2:18 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Your initial question said nothing about segmentation.
The code you posted does not use segmentation.
Your initial question said nothing about messages >=100Mb,just messages ==100Mb.
Yes, message segmentation allows you to create messages that are larger than 100MB. |
|
Back to top |
|
 |
Goodfellas |
Posted: Tue Mar 03, 2009 6:56 am Post subject: |
|
|
Acolyte
Joined: 26 Feb 2009 Posts: 70
|
|
Back to top |
|
 |
|