| Author | 
		  Message
		 | 
		
		  | paolo | 
		  
		    
			  
				 Posted: Wed Sep 21, 2005 12:37 am    Post subject: Message logs? | 
				     | 
			   
			 
		   | 
		
		
		    Novice
 
 Joined: 29 Aug 2005 Posts: 17
  
  | 
		  
		    
			  
				Hello,
 
i wasn't able to find any documentation about this, so i ask here. Is there a way to see a log file of messages sent to another queue manager?
 
Thank you    
 
 
Paolo | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | sebastianhirt | 
		  
		    
			  
				 Posted: Wed Sep 21, 2005 1:06 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Yatiri
 
 Joined: 07 Jun 2004 Posts: 620 Location: Germany 
  | 
		  
		    
			  
				Hi,
 
 
Not out of the box, AFAIK... (Besides dumping the active logs maybe. IMHO a major payne)
 
 
This might be what you are looking for.
 
 
http://www.cressida.info/
 
 
hope this helps
 
 
Sebastian | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | paolo | 
		  
		    
			  
				 Posted: Wed Sep 21, 2005 1:14 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Novice
 
 Joined: 29 Aug 2005 Posts: 17
  
  | 
		  
		    
			  
				Hi Sebastian,
 
thanks for your reply. Which one:  MQ Visual Edit  or MQ Visual Browse ? | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | sebastianhirt | 
		  
		    
			  
				 Posted: Wed Sep 21, 2005 1:53 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Yatiri
 
 Joined: 07 Jun 2004 Posts: 620 Location: Germany 
  | 
		  
		    
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | paolo | 
		  
		    
			  
				 Posted: Wed Sep 21, 2005 5:27 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Novice
 
 Joined: 29 Aug 2005 Posts: 17
  
  | 
		  
		    
			  
				  Thanks i'll take a look at it.
 
 
Best,
 
 
Paolo | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | WillH | 
		  
		    
			  
				 Posted: Thu Sep 22, 2005 10:01 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 15 Jun 2005 Posts: 23
  
  | 
		  
		    
			  
				| I haven't tried this before, but couldn't you use the mirrorq exit on the xmitq?  Then read the messages on the mirrored-to queue? | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | sebastianhirt | 
		  
		    
			  
				 Posted: Fri Sep 23, 2005 12:22 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Yatiri
 
 Joined: 07 Jun 2004 Posts: 620 Location: Germany 
  | 
		  
		    
			  
				| Never used mirrorq. But I could imagine that this is creating a lot of overhead, considered that you send more then 3 messages a day. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | paolo | 
		  
		    
			  
				 Posted: Fri Sep 23, 2005 2:58 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Novice
 
 Joined: 29 Aug 2005 Posts: 17
  
  | 
		  
		    
			  
				I didn't know about mirrorq, so i have searched for some info and i found this exit from IBM - http://www.developer.ibm.com/isv/tech/sampmq.html
 
 
Everything is OK when i put the message on my Remote queue, and i retrieve the message from a RemoteQueue_COPY.
 
 
   
	| Quote: | 
   
  
	
 
    DEFINE NAMELIST('mirrorq') REPLACE +
 
           DESCR('Namelist to define source and target queues for MIRRORQ') +
 
    NAMES(REMOTE_QUEUE,REMOTE_QUEUE_COPY,'MYQMGR')
 
 | 
   
 
 
 
 
But it doesn't work when i put the message on my Remote queue (which transit from my xmitq) and i try to get the message from the XMITQ_COPY
 
 
   
	| Quote: | 
   
  
	
 
    DEFINE NAMELIST('mirrorq') REPLACE +
 
           DESCR('Namelist to define source and target queues for MIRRORQ') +
 
    NAMES(XMITQ,XMITQ_COPY,'MYQMGR')
 
 | 
   
 
 
 
I would like to log the messages from my xmitq and not from my remote queue, is that possible?
 
 
Sebastian:  how much overhead could create it? I'm going to send more than 100 messages/day | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | sebastianhirt | 
		  
		    
			  
				 Posted: Fri Sep 23, 2005 5:36 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Yatiri
 
 Joined: 07 Jun 2004 Posts: 620 Location: Germany 
  | 
		  
		    
			  
				Well as I said, just a thought. I don't know. Never used it. 
 
 
Somebody else? | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |