Author |
Message
|
wbimb |
Posted: Thu Aug 17, 2006 8:06 am Post subject: Persistent Messages |
|
|
 Centurion
Joined: 17 Aug 2006 Posts: 144
|
I have a QMgr A and QMgr B
A has a remote Q defination which is connected to Local Q on QMgr B
There is a application polling on Local Q on QMgr B
The messages following from A to B are persistent messages....Now if the application polling the Q is down....and the local q becomes FULL...then where will the persistent messages go |
|
Back to top |
|
 |
jeevan |
Posted: Thu Aug 17, 2006 8:25 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
Regardless whether the message are persistent or non persistent once the queue is full, the messages go to DLQ. The only benefits of persistent message is that they survive even shutdown of qmgr. |
|
Back to top |
|
 |
wbimb |
Posted: Thu Aug 17, 2006 8:28 am Post subject: |
|
|
 Centurion
Joined: 17 Aug 2006 Posts: 144
|
but then if it goes in DLQ...then wht is the use of the messages been persistant...
becuase when the message is put on DLQ it has the DLQ header attached to it
and wht if the DLQ also is full..then wht happens to the message |
|
Back to top |
|
 |
jeevan |
Posted: Thu Aug 17, 2006 8:35 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
The queue full situation and persistence of message are two different design concept. The first is for handling situation when a queue becomes full the persistent attribute makes a message survive even after the qmgr is shutdown. These are not mutual exclusive design.
you can write a dlq handling routine to handle the message in dlq. |
|
Back to top |
|
 |
wbimb |
Posted: Thu Aug 17, 2006 8:37 am Post subject: |
|
|
 Centurion
Joined: 17 Aug 2006 Posts: 144
|
ok thanks...ur right..
Wht if the Dead letter q also gets full....where will the messages go then |
|
Back to top |
|
 |
wschutz |
Posted: Thu Aug 17, 2006 8:44 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
wbimb |
Posted: Thu Aug 17, 2006 9:01 am Post subject: |
|
|
 Centurion
Joined: 17 Aug 2006 Posts: 144
|
Thanks a lot.....the link was too good |
|
Back to top |
|
 |
|