Author |
Message
|
offshore |
Posted: Fri Nov 07, 2003 6:58 am Post subject: Was message on a queue? |
|
|
 Master
Joined: 20 Jun 2002 Posts: 222
|
All,
System Specs:
Windows 2000 Server
MQ Series 5.3.1
Is there anyway to tell if a message was put to a certain queue? In MQ for z/OS you can run SMF data to get the info.
Is there anything like that for distributed side platforms specifically Windows .
Thanks, |
|
Back to top |
|
 |
vennela |
Posted: Fri Nov 07, 2003 7:32 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
|
Back to top |
|
 |
Prahasith |
Posted: Fri Nov 07, 2003 7:34 am Post subject: |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
You would have to code your own logging capability
Last edited by Prahasith on Fri Nov 07, 2003 9:07 am; edited 1 time in total |
|
Back to top |
|
 |
offshore |
Posted: Fri Nov 07, 2003 7:58 am Post subject: |
|
|
 Master
Joined: 20 Jun 2002 Posts: 222
|
|
Back to top |
|
 |
Michael Dag |
Posted: Sat Nov 08, 2003 2:48 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
|
Back to top |
|
 |
kman |
Posted: Thu Nov 13, 2003 10:17 pm Post subject: |
|
|
Partisan
Joined: 21 Jan 2003 Posts: 309 Location: Kuala Lumpur, Malaysia
|
You can have report option to determine whether the message has been delivered to the target queue, or it has been received by the target application. If I got your questions right, this is the way to do it.
COA - confirmation of arrival - this indicates that the message has arrived on the target queue.
COD - confirmation of delivery - this indicates the message has been received by the receiving application.
Both reports are generated by the queue manager. You must use the message type Request to do this, and you must specify the ReplyToQ and ReplyToQmgr so that the reports can be sent. |
|
Back to top |
|
 |
Carla Viragh |
Posted: Fri Nov 14, 2003 3:34 am Post subject: |
|
|
 Voyager
Joined: 31 Oct 2003 Posts: 92 Location: São Paulo - Brasil
|
We have a exit that logs all the messages and it is so simple...
It´s one more choice for you  _________________ Carla Viragh |
|
Back to top |
|
 |
amaverick |
Posted: Thu Jan 22, 2004 5:32 am Post subject: Was Message posted on a Queue |
|
|
Newbie
Joined: 22 Jan 2004 Posts: 9
|
|
Back to top |
|
 |
|