Posted: Mon Nov 07, 2011 9:36 am Post subject: Re: ERROR CODE 2024
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
Venkat0418 wrote:
I went through google and found that this issue is related to uncommitted messages piling up in the queues.
If you'd gone through the product documentation itself instead you'd have found quite easily that it isn't. It means that too many messages are being processed in the same unit of work.
Venkat0418 wrote:
Can someone help me out with the difference between committed and uncommitted messages
If it's a MQGET call then all the messages you're processing are committed by definition, i.e. their unit of work has been completed.
Venkat0418 wrote:
how can i resolve the issue.
First point of investigation is the application where the error occurs. Check where the unit of work boundary is and make it smaller. It's quite likely it doesn't have one if the coder understands as much about this as you do, so it'll need to be defined. _________________ Honesty is the best policy.
Insanity is the best defence.
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
Venkat0418 wrote:
Thank you!!! seems like we find a way to resolve this.
Care to share it for the benefit of future readers?
Unless it's "increase the queue manager's MaxUncommittedMsgs attribute until this error stops coming out". _________________ Honesty is the best policy.
Insanity is the best defence.
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