| Author | 
		  Message
		 | 
		
		  | ANILK | 
		  
		    
			  
				 Posted: Fri May 23, 2014 10:26 pm    Post subject: can we use Log4jPlugin for IIB (wMB9) | 
				     | 
			   
			 
		   | 
		
		
		   Acolyte
 
 Joined: 01 May 2014 Posts: 61
  
  | 
		  
		    
			  
				I need to use Log4j node in IIB (WMB9) , kindly give some info about how to  upgrade my broker and toolkit with this plugin node . 
 
 
in the IBM site i could see only WMB8 upgradation info , where can i get plugin information for IIB ? | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | fjb_saper | 
		  
		    
			  
				 Posted: Fri May 23, 2014 10:33 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 18 Nov 2003 Posts: 20768 Location: LI,NY 
  | 
		  
		    
			  
				Best practice says use java.util.logging   _________________ MQ & Broker admin | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | mqjeff | 
		  
		    
			  
				 Posted: Sat May 24, 2014 6:04 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Grand Master
 
 Joined: 25 Jun 2008 Posts: 17447
  
  | 
		  
		    
			  
				
   
	| fjb_saper wrote: | 
   
  
	Best practice says use java.util.logging   | 
   
 
 
 
Or record and replay.
 
 
Or user trace. (possibly with trace nodes) | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | ANILK | 
		  
		    
			  
				 Posted: Sat May 24, 2014 10:00 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Acolyte
 
 Joined: 01 May 2014 Posts: 61
  
  | 
		  
		    
			  
				Thank you for your reply 
 
 
But it is a migration project  , and currently they are using log4j node so i need to use the same .
 
 
is it possible to use log4j node in IIB (WMB9)? , if possible how to configure in IIB toolkit & Broker . | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | fjb_saper | 
		  
		    
			  
				 Posted: Sun May 25, 2014 1:03 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 18 Nov 2003 Posts: 20768 Location: LI,NY 
  | 
		  
		    
			  
				And here I thought the point of a migration project was to weed out what needs changing and bring the rest up to best practice level...   _________________ MQ & Broker admin | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | ruimadaleno | 
		  
		    
			  
				 Posted: Mon May 26, 2014 5:16 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Master
 
 Joined: 08 May 2014 Posts: 274
  
  | 
		  
		    
			  
				
   
	| fjb_saper wrote: | 
   
  
	Best practice says use java.util.logging   | 
   
 
 
 
Hi fjb_saper, 
 
 
can you share with us the best practices (document, site) pointed above ? _________________ Best regards
 
 
Rui Madaleno | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | fjb_saper | 
		  
		    
			  
				 Posted: Mon May 26, 2014 9:39 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 18 Nov 2003 Posts: 20768 Location: LI,NY 
  | 
		  
		    
			  
				The documentation refers to the MbService class for logging ERRORS.
 
http://www.ibm.com/support/knowledgecenter/api/content/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ac30496_.htm
 
However very little is said about simply logging events. Maybe because that can be achieved with event monitoring?
 
If you want to log a path through code I would still push you towards java.logging as all the classes necessary are present and you do not have to create either a configurable service to configure the logging parameters or point to the configuration file...
 
 
Have fun   _________________ MQ & Broker admin | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | ANILK | 
		  
		    
			  
				 Posted: Wed Dec 17, 2014 4:55 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Acolyte
 
 Joined: 01 May 2014 Posts: 61
  
  | 
		  
		    
			  
				able to configure log4j plugin in IIB ,just flowed the instruction manual.
 
 
Thanks 
 
 
Anil | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Vitor | 
		  
		    
			  
				 Posted: Wed Dec 17, 2014 6:02 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA 
  | 
		  
		    
			  
				
   
	| ANILK wrote: | 
   
  
	| is it possible to use log4j node in IIB (WMB9)? , if possible how to configure in IIB toolkit & Broker . | 
   
 
 
 
Why even bother to ask? If you tried looking at the IAM3 page, you'd have noticed that the new version (1.2.1b) explictly supports IIBv9!  
 
 
You'd also have noticed that it's a Cat 2 (unsupported) support pac and as my associates have pointed out, this kind of migration exercise is exactly the right time to weed out this sort of thing. _________________ Honesty is the best policy.
 
Insanity is the best defence. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | kimbert | 
		  
		    
			  
				 Posted: Wed Dec 17, 2014 9:18 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Council
 
 Joined: 29 Jul 2003 Posts: 5543 Location: Southampton 
  | 
		  
		    
			  
				First post:
   
	| Quote: | 
   
  
	| Posted: Sat May 24, 2014 6:26 am | 
   
 
 
Today:
   
	| Quote: | 
   
  
	| able to configure log4j plugin in IIB ,just flowed the instruction manual. | 
   
 
Quick work! Looks like it only took 6 months   _________________ Before you criticize someone, walk a mile in their shoes. That way you're a mile away, and you have their shoes too. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |