| Author |
Message |
ashok.gkyadav
New User
Joined: 05 Sep 2006 Posts: 6
|
|
|
|
| Can any of you please let me know the process or code for MQ non destructive read? |
|
| Back to top |
|
 |
References
|
Posted: Thu Jul 26, 2007 4:55 pm Post subject: Re: MQ series - Non destructive read |
 |
|
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1001 Location: At my desk
|
|
|
|
| Have you looked it up in the manual? |
|
| Back to top |
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1001 Location: At my desk
|
|
|
|
| When a queue is opened with the MQOO_BROWSE option, a browse cursor is established, positioned logically before the first message on the queue. Subsequent MQGET calls specifying the MQGMO_BROWSE_FIRST, MQGMO_BROWSE_NEXT or MQGMO_BROWSE_MSG_UNDER_CURSOR option can be used to retrieve messages from the queue nondestructively |
|
| Back to top |
|
 |
|
|