I have somewhat large messages coming to Message Broker from a mainframe. They are larger than 32 k so they have been split and built together again by the MQ (I guess).
First I should be reading large EDI-files to XML. They will exceed the 100 mb limit of the MQ. Is there a way to cope with this (segment the files or ...