Author |
Message
|
HenriqueS |
Posted: Mon Jul 16, 2007 9:37 am Post subject: recover messages from queue |
|
|
 Master
Joined: 22 Sep 2006 Posts: 235
|
I know this seems strange, but is there a way to recover GETed messages from a queue? Some people here did a mess in a queue that contained userful data and the messages were written to /dev/null or whathever.... |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jul 16, 2007 11:02 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
No.
In almost all cases.
Were the messages persistant? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jul 16, 2007 11:04 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
In short - no!
If you've got a system backup of the queue manger when the messages were still on the queue that would work. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
HenriqueS |
Posted: Mon Jul 16, 2007 11:27 am Post subject: |
|
|
 Master
Joined: 22 Sep 2006 Posts: 235
|
Well, the messages were persistent (I am the MQ admin here). The lucky developer did a looped GET in the queue and coded wrong the write() method (supposedly would write to a DB table)...damn it...
Worst, I doubt he used any sort of syncpoint method to warn the queue manager.
jefflowrey wrote: |
No.
In almost all cases.
Were the messages persistant? |
|
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jul 16, 2007 11:31 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If the messages were persistent, and you still have valid logs, you can try getting a copy of Cressida's ReQuest/Replay whatever it is, from the sponser link there at the top of the page, and pull them out of the logs. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|