Re: XML File to MQ

2019-03-06 Thread Ron Thomas
Thanks Grant for the info. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: XML File to MQ

2019-03-06 Thread Ward Able, Grant
If you are using MQ Server, rather than MQ Client, then you can use channel compression, which works well for text based data, such as xml files. We use these in some of our channels: COMPHDR('SYSTEM') COMPMSG('ZLIBFAST') Regards – Grant. In theory, there's no difference between

Re: XML File to MQ

2019-03-05 Thread Ron Thomas
Thanks Allan for your thoughts . -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: XML File to MQ

2019-03-05 Thread Allan Staller
This would relate to how robust the MQ setup is. We have had issues with unexpected volumes of transactions. You might try (e.g. 10K*400) multiple times. HTH, -Original Message- From: IBM Mainframe Discussion List On Behalf Of Ron Thomas Sent: Tuesday, March 5, 2019 12:39 PM To: IBM-M