Author |
Message
|
Chang |
Posted: Tue May 19, 2009 4:57 am Post subject: I got error Backout queue is full, unable to put the message |
|
|
Newbie
Joined: 21 Apr 2009 Posts: 1
|
Unable to put the message in queue |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Tue May 19, 2009 4:58 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Care to add some details?
eg version, exact details of what happening?
is the backout queue full? why is the mesage being backed out? |
|
Back to top |
|
 |
mqjeff |
Posted: Tue May 19, 2009 4:59 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Every time I get this error, I look up what it means in the documentation and follow the instructions.
Well, that's not quite right.
I pause and think about what it says first. |
|
Back to top |
|
 |
kevinf2349 |
Posted: Tue May 19, 2009 5:05 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Working as designed.
Fix whatever is causing the backout, go smack some programmers around the head with a trout. |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Tue May 19, 2009 5:06 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
mqjeff wrote: |
I pause and think about what it says first. |
its just so hard with these cryptic messages though.....
Much easier to post on here an be spoonfed exactly what to do |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 19, 2009 5:07 am Post subject: Re: I got error Backout queue is full, unable to put the mes |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Chang wrote: |
Unable to put the message in queue |
Well, no, if it's full you probably can't but thank you for sharing.
I'd suggest
a) working out why so many messages are being backed out (or why you have a very small MAXDEPTH on your backout queue)
b) fixing it
c) working out what you're going to do with all these backed out messages (which in development could of course be "delete them") _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 19, 2009 5:10 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
WMBDEV1 wrote: |
Much easier to post on here an be spoonfed exactly what to do |
In that event the best solution is to have an app constantly reading the backout queue, thereby clearing the messages out and ensuring there's space.
A more sophisticated solution would be to have this app on TRIGGER(EVERY) but either would work and be straightforward to implement. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Tue May 19, 2009 5:13 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Vitor,
I still think you're over-egging the solution.
If you were to mark all messages as none persistant, you would just need to recycle the QM on a regular (say hourly basis).
Job done. |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 19, 2009 5:15 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
WMBDEV1 wrote: |
If you were to mark all messages as none persistant, you would just need to recycle the QM on a regular (say hourly basis).
|
I was looking for a solution that would work in all environments, including production where it's typically frowned upon to bounce things.
Though I agree that your suggestion is feasible. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
sumit |
Posted: Tue May 19, 2009 6:36 am Post subject: |
|
|
Partisan
Joined: 19 Jan 2006 Posts: 398
|
I like this attitude...
We just got 1 statement from poster (with not much info) and you guys have him some probable solutions. _________________ Regards
Sumit |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 19, 2009 6:42 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sumit wrote: |
We just got 1 statement from poster (with not much info) and you guys have him some probable solutions. |
It's the same way I do design - I get a similar amount of information as business requirements.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
exerk |
Posted: Tue May 19, 2009 6:51 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Vitor wrote: |
sumit wrote: |
We just got 1 statement from poster (with not much info) and you guys have him some probable solutions. |
It's the same way I do design - I get a similar amount of information as business requirements.  |
You lucky, lucky... <insert Monty Python line here> ...I can only dream of getting that many requirements from the business  _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
|