MrStiffler
Programmer
Hi everbody.
I think it is not possible with the MQ Series adaptor to append an output to a Queue.
So here is the scenario:
I have a simple queue get filled with around 100'000 messages a day. Every Message in the Queue has only one simple record. The only thing to do is to sort all the messages to the same customer and type, this means that all messages of the same customer and type new are in just one appendet message. So there are around 100 possibilities or Groups to append the records to.
One solution will be to append alle the records first to many different files, but this makes the prozesses slow, difficult and has not a good perforlmance.
Do anybody have a good idea to solve this !
I think to only way will be, trying to make the hole message in the map run ! But how ?
greets stiff
I think it is not possible with the MQ Series adaptor to append an output to a Queue.
So here is the scenario:
I have a simple queue get filled with around 100'000 messages a day. Every Message in the Queue has only one simple record. The only thing to do is to sort all the messages to the same customer and type, this means that all messages of the same customer and type new are in just one appendet message. So there are around 100 possibilities or Groups to append the records to.
One solution will be to append alle the records first to many different files, but this makes the prozesses slow, difficult and has not a good perforlmance.
Do anybody have a good idea to solve this !
I think to only way will be, trying to make the hole message in the map run ! But how ?
greets stiff