Author |
Message
|
Om |
Posted: Fri Nov 05, 2004 6:23 am Post subject: Lost messages |
|
|
Novice
Joined: 11 Aug 2003 Posts: 12
|
Last night one of the server with QMGR2 went down. While another server (QMGR1) sent lots of data to QMGR2. Now that data is not visible on transmission queue of QMGR1. Can anyone tell me what possibally happened to that data and how can I recover it.
-Om _________________ -Om |
|
Back to top |
|
 |
bower5932 |
Posted: Fri Nov 05, 2004 6:35 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Did you try looking at your dead letter queue? What was the persistence of the messages? You didn't specify NPMSPEED(FAST) and have your non-persistent messages 'thrown away' with the channel error? |
|
Back to top |
|
 |
Om |
Posted: Fri Nov 05, 2004 7:03 am Post subject: Lost messages |
|
|
Novice
Joined: 11 Aug 2003 Posts: 12
|
DLQ is empty and My remote queue is set to DEFPSIST(YES).
-Om _________________ -Om |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Nov 05, 2004 7:19 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Just because your queue is set to DEFPERSIST(YES) doesn't mean that your messages were persistant.
DEFPERSIST is only used when the application doesn't specifically set a persistance itself.
Are you sure the messages didn't pass through the channel? Are you sure they aren't on the DLQ on one side or another?
Did you look at XMITQs when the channels were STOPPED - because if they were running the messages could have been in an uncommitted state when you looked... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JT |
Posted: Fri Nov 05, 2004 8:04 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Do the messages have an expiry value set?
Quote: |
If a message is put on a remote queue, the message may expire (and be discarded) whilst it is on an intermediate transmission queue, before the message reaches the destination queue. |
|
|
Back to top |
|
 |
|