ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » How to store/view the messages received by MQ explorer?

Post new topic  Reply to topic
 How to store/view the messages received by MQ explorer? « View previous topic :: View next topic » 
Author Message
hari_92
PostPosted: Mon Mar 09, 2015 12:36 am    Post subject: How to store/view the messages received by MQ explorer? Reply with quote

Newbie

Joined: 09 Mar 2015
Posts: 2

I am using MQ explorer to connect a remote MQ manager. I want to view the messages received by the queue before it gets erased.

The queue processes the request message very quickly that the message is not displayed in the 'Browse Messages' window and I am not able to view the message. Is there a way to view all messages received by a queue?
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Mon Mar 09, 2015 4:27 am    Post subject: Re: How to store/view the messages received by MQ explorer? Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

hari_92 wrote:
I am using MQ explorer to connect a remote MQ manager. I want to view the messages received by the queue before it gets erased.

The queue processes the request message very quickly that the message is not displayed in the 'Browse Messages' window and I am not able to view the message. Is there a way to view all messages received by a queue?

Have you thought about checking the processing application's logs?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
zpat
PostPosted: Mon Mar 09, 2015 4:49 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

In a word, No.

However you can use pub/sub with a topic alias to duplicate messages.

Or just stop the application to allow inspection of the messages.
_________________
Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error.
Back to top
View user's profile Send private message
tczielke
PostPosted: Mon Mar 09, 2015 12:26 pm    Post subject: Reply with quote

Guardian

Joined: 08 Jul 2010
Posts: 941
Location: Illinois, USA

On distributed platforms, tracing does allow you to record the entire message body of GETs/PUTs for a running application. You can use either strmqtrc (with the -d option) or the Application Activity Trace ( configured through the mqat.ini file). You need to be 7.1 or higher to use the AAT.
_________________
Working with MQ since 2010.
Back to top
View user's profile Send private message
zpat
PostPosted: Tue Mar 10, 2015 12:23 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

Using tracing may affect performance, so be careful on production systems.
_________________
Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error.
Back to top
View user's profile Send private message
tczielke
PostPosted: Tue Mar 10, 2015 4:52 am    Post subject: Reply with quote

Guardian

Joined: 08 Jul 2010
Posts: 941
Location: Illinois, USA

zpat wrote:
Using tracing may affect performance, so be careful on production systems.


Yes, you definitely need to take that into consideration when using tracing. Here are a few tips for helping to mitigate some of the concerns with tracing (strmqtrc):

1) Use the -l option to put a limit on the file space. For example, strmqtrc -l 5 will only allow the trace file to grow to 5 Mb. You will have two files per process (.TRC for the active one and .TRS for the previous one).

2) Use the -p option to only trace the programs that you care about. For example, strmqtrc -p prog1 will only trace prog1. Based on some performance tests I have done, running with just strmqtrc -p prog1 only added less than milliseconds to the performance of the API calls for prog1.

The Activity Trace would have some overhead, as well. I have never seen any specifics on that documented. The Activity Trace is much more user friendly than strmqtrc, too.
_________________
Working with MQ since 2010.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » How to store/view the messages received by MQ explorer?
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.