Author |
Message
|
Sulaiman khan |
Posted: Tue May 01, 2012 5:42 am Post subject: Message Segmentation |
|
|
Novice
Joined: 07 Mar 2012 Posts: 13
|
Hi,
one of our client is using MQ on unix,they have a segmentation problem,when they receive a message from another MQ Server then the message is split in two segments.
eg:
MQMT-APPL-LAST
MQMT-APPL-FIRST
help! how to prevent segmentation of message.
Length of Message of Queue = 4194304
and also the size of MQ message is same. |
|
Back to top |
|
 |
Sulaiman khan |
Posted: Tue May 01, 2012 6:17 am Post subject: |
|
|
Novice
Joined: 07 Mar 2012 Posts: 13
|
sorry,
one thing i forgot which is Message Type: application-defined message types |
|
Back to top |
|
 |
mqjeff |
Posted: Tue May 01, 2012 6:23 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You can not prevent message segmentation until you have ensured that you know exactly where it occurs.
I strongly doubt that it is occurring when messages arrive at your local queue manager. |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 01, 2012 6:35 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
You can not prevent message segmentation until you have ensured that you know exactly where it occurs.
I strongly doubt that it is occurring when messages arrive at your local queue manager. |
As you were told in your near-duplicate post here!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue May 01, 2012 8:43 am Post subject: Re: Message Segmentation |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Sulaiman khan wrote: |
help! how to prevent segmentation of message.
Length of Message of Queue = 4194304
and also the size of MQ message is same. |
Well it is certainly not the length of the message queue. I think what you have there is the max size of a message on the queue.
If your messages hit that size they may well segment when they grow beyond...
What kind of transaction are you handling that needs more than 4MB?
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
|