I have a C# program that is placing messages that range from 10kb to 20mb in size. I am using segmentation and reassembly by the queue manager, i.e.,
mqMsg.MessageFlags = MQC.MQMF_SEGMENTATION_ALLOWE ...
Thank you for the quick response.
I did not think it was possible, but I wanted to check with some experts before I let everyone know there was a potential performance hit to using client based routi ...
I was wondering if it was possible to move a message from one local queue to another on a queue manager using the MQClient from a machine other than the queue manager.
I am trying to avoid getting th ...