| Author | 
		  Message
		 | 
		
		  | Shilpa Uttarwar | 
		  
		    
			  
				 Posted: Wed Jun 25, 2008 11:37 pm    Post subject: How to determine MQ is installed | 
				     | 
			   
			 
		   | 
		
		
		   Newbie
 
 Joined: 25 Jun 2008 Posts: 2
  
  | 
		  
		    
			  
				Hello All,
 
 
I have an application built in VC++, from this application I want to know whether on the machine (on which it is running), is mq client/server installed or not?
 
 
i.e how can we verify that MQ client/server is installed on any machine, programmatically in VC++ ?
 
 
 
Here are the specification of my application:
 
Platform: Windows XP Prof SP2, Visual Studio 2005 
 
 
Need Urgent help!!
 
Thanks in advance...
 
 
Thanks and regards
 
Shilpa | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Gaya3 | 
		  
		    
			  
				 Posted: Wed Jun 25, 2008 11:55 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi
 
 Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US 
  | 
		  
		    
			  
				you can check in the Services whether its been installed or not
 
 
you can cross check the Registry too. (hope your application wont do any malfunction over here    ) _________________ Regards
 
Gayathri
 
-----------------------------------------------
 
Do Something Before you Die | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | kevinf2349 | 
		  
		    
			  
				 Posted: Thu Jun 26, 2008 4:50 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand Master
 
 Joined: 28 Feb 2003 Posts: 1311 Location: USA 
  | 
		  
		    
			  
				or you could shell out and do a dspmq     | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Gaya3 | 
		  
		    
			  
				 Posted: Thu Jun 26, 2008 4:57 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi
 
 Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US 
  | 
		  
		    
			  
				
   
	| kevinf2349 wrote: | 
   
  
	or you could shell out and do a dspmq     | 
   
 
 
 
assume if there are no queue managers created
 
 
do dspmqver          and find out..... _________________ Regards
 
Gayathri
 
-----------------------------------------------
 
Do Something Before you Die | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | exerk | 
		  
		    
			  
				 Posted: Thu Jun 26, 2008 5:15 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Council
 
 Joined: 02 Nov 2006 Posts: 6339
  
  | 
		  
		    
			  
				Neither command will work if WMQ is not installed... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Gaya3 | 
		  
		    
			  
				 Posted: Thu Jun 26, 2008 5:26 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi
 
 Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US 
  | 
		  
		    
			  
				
   
	| Gaya3 wrote: | 
   
  
	you can check in the Services whether its been installed or not
 
 
you can cross check the Registry too. (hope your application wont do any malfunction over here    ) | 
   
 
 
 
then this is the right way to do so
 
 
shipa can take any one of this. let her decide _________________ Regards
 
Gayathri
 
-----------------------------------------------
 
Do Something Before you Die | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |