Hi SDN
I'm receiving messages from Websphere MQ using JMS adapter. The sender only whants to send chunks of 4 MB (which is a size limit set from our administrator). Doing this he chops up messages larger the 4 MB into several messages. Is there a way to collect these messages into one before forwarded to the integration server?
The first message contains the only unique identifiler field (which is my problem) - the following messages are just what ever is left from the entire message -> no fields to correlate the messages
I'm currently not allowed to use BPM for this problem
Kind regards
Martin