Hi,
If I have 10 messages to be put onto the same MQ Queue, via MQPUT, is it faster to -
(a) Create 1 thread and within it issue 10 MQPUT's one after the other; OR
(b) Create 10 threads and within each issue 1 MQPUT.
Anyone with experience in this area? Any recommendations would be appreciated. I'm a newbie at MQ Series.
Thanks,
Greg
If I have 10 messages to be put onto the same MQ Queue, via MQPUT, is it faster to -
(a) Create 1 thread and within it issue 10 MQPUT's one after the other; OR
(b) Create 10 threads and within each issue 1 MQPUT.
Anyone with experience in this area? Any recommendations would be appreciated. I'm a newbie at MQ Series.
Thanks,
Greg