MQ Messsages breaks up

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
suman27
Participant
Posts: 33
Joined: Wed Jul 15, 2009 6:52 am
Location: London

MQ Messsages breaks up

Post by suman27 »

HI..

We are trying to read a huge XML message from WebSphere MQ connector stage. Data Element of Mesage ID is WSMQ.CORRELID and XML message is just read as varchar of 99999 size. Most of the messages were correctly read, but some XML messages are read in multiple records.
NOt sure of whats going wrong with some XML messages.

Help me out ..


Regards,
Suman Karanam
ArjunK
Participant
Posts: 30
Joined: Sun Apr 30, 2006 6:32 pm

Post by ArjunK »

Could it be because of MQ message segmentation for handling large message sizes?
daignault
Premium Member
Premium Member
Posts: 165
Joined: Tue Mar 30, 2004 2:44 pm
Contact:

Post by daignault »

http://publib.boulder.ibm.com/infocente ... rplm04.htm

This link indicates that the max size of a message is 64k by default. You will need to increase the buffer.

Regards,

Ray Daignault
suman27
Participant
Posts: 33
Joined: Wed Jul 15, 2009 6:52 am
Location: London

Post by suman27 »

Thanks Every one.

Issue got solved by increasing the size of APT_MAX_TRANSPORT_BLOCK_SIZE.

Regards,
Suman
Post Reply