Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Append Message Records to a Queue ?!?

Status
Not open for further replies.

MrStiffler

Programmer
Jan 7, 2004
25
CH
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
 
You could group the messages by customer. -GID



BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top