|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
SunSolaris, reading 10.000 messages in one cycle |
« View previous topic :: View next topic » |
Author |
Message
|
EgilsJ.Rubenis |
Posted: Tue May 25, 2004 2:59 am Post subject: SunSolaris, reading 10.000 messages in one cycle |
|
|
Acolyte
Joined: 18 Nov 2002 Posts: 63 Location: Germany, Alfeld
|
Hi there,
i have a cobol program running on sunsolris, reading messages from a queue. everythings fine except: The program quits after 10.000 red messages. The programm does that every time. so if i have 50.000 messages on the queue i need to run the program five times.
Can somebody tell me where to change this to unlimitted ?
cheers, Egils |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue May 25, 2004 3:58 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I would start by looking in the program itself.
Then I would look at your system logs to see if there are any error messages being written when your program hits 10,000 messages.
MQSeries doesn't usually do things like this. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JasonE |
Posted: Tue May 25, 2004 4:36 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
Another (un)educated guess... The qmgr has by default a setting of MAXUMSGS of 10,000.
If you are trying to process all messages in the same uow, then you wont manage it without changing this value. I would probably suggest handling each message or committing batches though as a 10-50K msgs in a UOW seems high... |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|