Author |
Message
|
sathsiva |
Posted: Tue May 09, 2006 4:02 am Post subject: MQ delete message |
|
|
Centurion
Joined: 17 Jan 2006 Posts: 125
|
How to delete the message from the local Queue.
even i tried with alltasks and clearmessage.i couldn't.
Please help me.
Regards,
Sathish. _________________ kcs |
|
Back to top |
|
 |
Ratan |
Posted: Tue May 09, 2006 8:07 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
wrong forum.
There are plenty of MQ support pacs to accomplish that task. Take a look at them. _________________ -Ratan |
|
Back to top |
|
 |
WBI_user |
Posted: Tue May 09, 2006 6:24 pm Post subject: |
|
|
Partisan
Joined: 07 Aug 2001 Posts: 386
|
If you are using V6, the explorer gives you the option to clear messages from queue using MQ API. This should clear messages from queue. YOu can also use any MQGET program to get message off unlesss you have an application that has opened the queue exclusive. If that is the case, you have to termiate that program first. A qstatus shoudl show you who has the queue opened. |
|
Back to top |
|
 |
priyadarshini |
Posted: Tue May 09, 2006 9:27 pm Post subject: |
|
|
Novice
Joined: 23 Mar 2005 Posts: 10
|
Hi,
You can use RFHUtil to delete the messages from the queue. Purge Queue option on RFHUtil will help you clear the messages.
Priya. |
|
Back to top |
|
 |
thomeck |
Posted: Tue May 09, 2006 10:21 pm Post subject: |
|
|
Apprentice
Joined: 07 Apr 2006 Posts: 30 Location: Germany
|
Hi,
or you sue the MQJExplorer  |
|
Back to top |
|
 |
vennela |
Posted: Wed May 10, 2006 7:22 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
thomeck wrote: |
Hi,
or you sue the MQJExplorer  |
You mean use right |
|
Back to top |
|
 |
thomeck |
Posted: Wed May 10, 2006 10:51 pm Post subject: |
|
|
Apprentice
Joined: 07 Apr 2006 Posts: 30 Location: Germany
|
Yes,
that's what I mean.  |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Tue May 16, 2006 10:00 am Post subject: |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
Further nice tools are some support pacs like MO71 (MQMON) or MA01 (q) or use sample programs provided with the MQ software (amqsget, maybe you have to re-compile it with a larger buffer - if you messages are longer than 100 byte). _________________ Regards
Hubert |
|
Back to top |
|
 |
|