|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Reciever channel |
« View previous topic :: View next topic » |
Author |
Message
|
guest468 |
Posted: Fri Jan 12, 2007 12:04 pm Post subject: Reciever channel |
|
|
Centurion
Joined: 30 May 2006 Posts: 146 Location: NY
|
Hi,
Is there any way we can find out which queue the message is routed once it is received by the reciever channel
I don't have any details about one environment. I have a reciever channel which becomes active and have no idea where the message goes after that. (none there in dead letter queue). There are thousands of channels can't stop them all and see also.
Thanks. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jan 12, 2007 12:10 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
...
well.
You can find out where it should have gone - what queue name the application used.
You can look and see which queue had a depth that was greater than it was previously.
You can use PCF commands and issue RESET QUEUE STATISTICS on all queues and see which ones have enqueue counts...
if you are using MQ v6 you can look at the accounting and statistics, or you can use the new message tracing functions. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Jan 12, 2007 12:20 pm Post subject: |
|
|
Guest
|
MQ provides for report messages such that the sending application can discover if the message arrived at the destination queue successfully - or not. See the Application Programming Reference, MQMD.
V6 adds some new report options that provide trace-routing information. Same reference.
As a general answer to your question:
A persistent message can be found in one of three places: transmission queue waiting to be sent, or destination queue, or dead-letter queue. If you have a multi-hop network, you have additional dead-letter and transmission queues to look into.
Non-persistent message
Same as above, but with an exception:
Under certain circumstances, namely: non-persistent message, and channel definition NPMSPEED(FAST), and message can't be delivered to the destination queue, and message can't be delivered to the dead-letter queue, then you have directed MQ to discard the message. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|