| Author | 
		  Message
		 | 
		
		  | janya | 
		  
		    
			  
				 Posted: Tue Aug 09, 2005 12:49 pm    Post subject: MQSeries 6.0 | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 27 Jul 2005 Posts: 14
  
  | 
		  
		    
			  
				Has anybody used Java interface with Websphere 6.0 yet? 
 
Are there any Java incompatibilies on the MQClient side? 
 
 
I can't seem to find relevant 'what has changed' document on the IBM site. 
 
 
thanks
 
-janya | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | jefflowrey | 
		  
		    
			  
				 Posted: Tue Aug 09, 2005 12:54 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Grand Poobah
 
 Joined: 16 Oct 2002 Posts: 19981
  
  | 
		  
		    
			  
				I've used the Java API for WebSphere MQ with MQ 6.  I haven't used JMS yet.
 
 
Did you try looking at the v6 version of Using Java for notes about what's new and changed...?
 
 
Did you try looking at the memo.ptf? _________________ I am *not* the model of the modern major general. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | janya | 
		  
		    
			  
				 Posted: Tue Aug 09, 2005 1:06 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 27 Jul 2005 Posts: 14
  
  | 
		  
		    
			  
				
   
	| jefflowrey wrote: | 
   
  
	I've used the Java API for WebSphere MQ with MQ 6.  I haven't used JMS yet.
 
 
Did you try looking at the v6 version of Using Java for notes about what's new and changed...?
 
 
Did you try looking at the memo.ptf? | 
   
 
 
 
My question is about Java, i'm not using JMS.  What's your impression? Did you have to make any changes and/or recompile Java code?
 
 
The documents I have seen so far talk about changes in WebSphere, but I am looking for what's changed in MQSeries client.  'Using Java' on IBM's site is dated May 2005, before 6.0 was out. 
 
 
Can you point me to the right doc? 
 
 
thanks | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | vennela | 
		  
		    
			  
				 Posted: Tue Aug 09, 2005 1:18 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Knight
 
 Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India 
  | 
		  
		    
			  
				You are confused I guess. 
 
There are two things
 
WebSphere (or WebSphere Application Server or WAS) is a J2EE application server. 
 
MQ Series, now called WebSphere MQ is a Message Oriented Middleware. 
 
 
So the manual you are looking at is the right manual. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | janya | 
		  
		    
			  
				 Posted: Tue Aug 09, 2005 1:33 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 27 Jul 2005 Posts: 14
  
  | 
		  
		    
			  
				
   
	| vennela wrote: | 
   
  
	
 
MQ Series, now called WebSphere MQ is a Message Oriented Middleware. 
 
 
So the manual you are looking at is the right manual. | 
   
 
 
 
That's right, I'm working with MQSeries client, message-passing middleware. Looking for what has changed in 6.0 version as far as the Java client is concerned. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | jefflowrey | 
		  
		    
			  
				 Posted: Tue Aug 09, 2005 3:01 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Grand Poobah
 
 Joined: 16 Oct 2002 Posts: 19981
  
  | 
		  
		    
			  
				
   
	| janya wrote: | 
   
  
	| That's right, I'm working with MQSeries client, message-passing middleware. Looking for what has changed in 6.0 version as far as the Java client is concerned. | 
   
 
 
 
Did you notice that the May, 2005 edition of Using Java is marked as "Version 6.0"?
 
 
And I guess I was wrong.  It's not "memo.ptf", anymore.  It's <Mq-Install-Root>/Readme.txt. _________________ I am *not* the model of the modern major general. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | janya | 
		  
		    
			  
				 Posted: Tue Aug 09, 2005 3:40 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 27 Jul 2005 Posts: 14
  
  | 
		  
		    
			  
				
   
	| jefflowrey wrote: | 
   
  
	
 
Did you notice that the May, 2005 edition of Using Java is marked as "Version 6.0"?
 
 | 
   
 
 
 
Oh, now I see, thanks! And it has a list of changes - just what I was looking for. 
 
 
Now all I need is 6.0 versions of 
 
connector.jar and 
 
com.ibm.mq.jar | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | vennela | 
		  
		    
			  
				 Posted: Tue Aug 09, 2005 5:34 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Knight
 
 Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India 
  | 
		  
		    
			  
				| You should be able to download WMQ v6 client and you should be able to get those jars | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | janya | 
		  
		    
			  
				 Posted: Thu Aug 11, 2005 5:18 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 27 Jul 2005 Posts: 14
  
  | 
		  
		    
			  
				
   
	| vennela wrote: | 
   
  
	| You should be able to download WMQ v6 client and you should be able to get those jars | 
   
 
 
 
unfortunately, these jars are not part of the client download. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | fjb_saper | 
		  
		    
			  
				 Posted: Thu Aug 11, 2005 5:33 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 18 Nov 2003 Posts: 20768 Location: LI,NY 
  | 
		  
		    
			  
				
   
	| janya wrote: | 
   
  
	
   
	| vennela wrote: | 
   
  
	| You should be able to download WMQ v6 client and you should be able to get those jars | 
   
 
 
 
unfortunately, these jars are not part of the client download. | 
   
 
 
 
Are you sure? They may just not be part of the standard install.
 
Do an "expert mode" install and make sure the Java stuff gets installed.
 
 
Enjoy    | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | wschutz | 
		  
		    
			  
				 Posted: Thu Aug 11, 2005 5:40 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Knight
 
 Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired) 
  | 
		  
		    
			  
				
   
	| Quote: | 
   
  
	| unfortunately, these jars are not part of the client download. | 
   
 
I see them in the windows install image, so expert mode should do it for you! _________________ -wayne | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | janya | 
		  
		    
			  
				 Posted: Wed Aug 17, 2005 2:59 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 27 Jul 2005 Posts: 14
  
  | 
		  
		    
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | jefflowrey | 
		  
		    
			  
				 Posted: Wed Aug 17, 2005 3:06 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Grand Poobah
 
 Joined: 16 Oct 2002 Posts: 19981
  
  | 
		  
		    
			  
				One of those RPMs should be the Java API. _________________ I am *not* the model of the modern major general. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | janya | 
		  
		    
			  
				 Posted: Wed Aug 17, 2005 3:35 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 27 Jul 2005 Posts: 14
  
  | 
		  
		    
			  
				
   
	| jefflowrey wrote: | 
   
  
	| One of those RPMs should be the Java API. | 
   
 
 
 
these particular jars are not part of the download. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |