Hi all
Im receiving a large bulk file from various endpoints and splitting
the file into individual transactions, then sending them to a local
WebSphere MQ which is transfering them to the destinition WebSphere
MQ for the client.
Ive been asked to start some form of sequence number functionality for
the sent individual transaction file which increments (simple manual
check I guess) - works fine (when I simply dump the files to a local
folder) untilI try to examine the final destination queue with the
File transfer Tool and none of my message are shown. I forced a local
txt file into the queue and its showed up - upon inspection I see the
message types are different, mine being of type MQSTR and the file of
type MQHRF2. Ive tried to change this context property in the pipeline
but Im now getting header transmission errors.
Has anyone got any idea how to accomplish this? Im looking and playing
and cant see anything.
Thanks