gore Beginner
Joined: 10 Dec 2002 Posts: 46 Topics: 20 Location: Providence, RI
|
Posted: Tue May 20, 2008 11:39 pm Post subject: mq series on mainframe and ims dc txn response |
|
|
Folks,
My IMS DC txn sends data to Middle tier using MQ series on mainframe.
my current message size is 4300 bytes, after chnage it will increase to 15000 bytes. Is it going to degrade my system performance?
Will the decrease in throughput be during transmission of data through queue or at the receiving application end.
I believe this will happen at the receiving application end.
This is how I am writing data to queue:
CALL 'CBLTDLI' USING IM001T-ISRT
IO-PCB
MESSAGE-BUFFER-OUT
2) If I change the design so that instead of doing a single insert with asize of 14000, i do 100 inserts of size 140, is it going to write to a single response message? Will the receiving system be able to interpret it as single repsonse or it will have to build some logic to read multiple response and figure out that they are all remaning parts of the intital repsonse?
Any advise/help/guidance will be truly appreciated. _________________ Gore |
|