View previous topic :: View next topic |
Author |
Message |
srini_igsi Beginner

Joined: 12 May 2006 Posts: 41 Topics: 16 Location: Mumbai
|
Posted: Tue Oct 09, 2007 1:51 am Post subject: Making MQ message persistent |
|
|
I need information on making the MQ message PERSISTANCE
Is there any option to make the message persistance without changing the Queue properties. We can do it by changing the queue properties, But we dont want to do that,
We need some other option to make the persistent.
Is there any option/Parameter we can provide in the JCL which executes the ZQMDPUT program ? to make the messages put persistent..
Please suggest..... _________________ Thanks,
-Srini |
|
Back to top |
|
 |
CICS Guy Intermediate
Joined: 30 Apr 2007 Posts: 292 Topics: 3
|
Posted: Wed Oct 10, 2007 7:50 am Post subject: |
|
|
From what I know, the messages should be persistant until read, shouldn't they? |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Wed Oct 10, 2007 8:12 am Post subject: |
|
|
Persistent messages are saved to DASD and can survive a QMGR outage. AFAIK the Queue itself must be defined as such, not a single msg. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
ravikumar_sri2001 Beginner

Joined: 06 Dec 2002 Posts: 117 Topics: 44 Location: Chennai,India
|
Posted: Tue Oct 23, 2007 9:59 am Post subject: |
|
|
How about move "MQPER-PERSISTENT to MQMD-PERSISTENCE" ?.
Thanks,
Ravikumar. |
|
Back to top |
|
 |
bob_buxton Beginner

Joined: 20 Dec 2002 Posts: 44 Topics: 0 Location: Hampshire, England
|
Posted: Wed Oct 24, 2007 4:10 am Post subject: |
|
|
Bill Dennis wrote: | AFAIK the Queue itself must be defined as such, not a single msg. |
Incorrect, Persistence is a message level attribute.
A queue can contain a mixture of persistent and non-persistent messages
You can set the default persistence for messages on a queue but this can be overridden by an application setting the MQMD Persistence field. _________________ Bob Buxton
Ex Websphere MQ for zOS development |
|
Back to top |
|
 |
|
|