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 » IBM MQ Java / JMS » MQSeries 6.0

Post new topic  Reply to topic
 MQSeries 6.0 « View previous topic :: View next topic » 
Author Message
janya
PostPosted: Tue Aug 09, 2005 12:49 pm    Post subject: MQSeries 6.0 Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Tue Aug 09, 2005 12:54 pm    Post subject: Reply with quote

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
View user's profile Send private message
janya
PostPosted: Tue Aug 09, 2005 1:06 pm    Post subject: Reply with quote

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
View user's profile Send private message
vennela
PostPosted: Tue Aug 09, 2005 1:18 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
janya
PostPosted: Tue Aug 09, 2005 1:33 pm    Post subject: Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Tue Aug 09, 2005 3:01 pm    Post subject: Reply with quote

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
View user's profile Send private message
janya
PostPosted: Tue Aug 09, 2005 3:40 pm    Post subject: Reply with quote

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
View user's profile Send private message
vennela
PostPosted: Tue Aug 09, 2005 5:34 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
janya
PostPosted: Thu Aug 11, 2005 5:18 pm    Post subject: Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Thu Aug 11, 2005 5:33 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
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
View user's profile Send private message Send e-mail
wschutz
PostPosted: Thu Aug 11, 2005 5:40 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address
janya
PostPosted: Wed Aug 17, 2005 2:59 pm    Post subject: Reply with quote

Novice

Joined: 27 Jul 2005
Posts: 14

I am not installing WebSphere 6.0, but only free MQ client, download is here:

http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg24009961&loc=en_US&cs=utf-8&lang=en

There is no 'standard' or 'expert' mode installation, just a few RPM packages that I install on the system.
There is no connector.jar or com.ibm.mq.jar in there. Any pointers?
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Aug 17, 2005 3:06 pm    Post subject: Reply with quote

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
View user's profile Send private message
janya
PostPosted: Wed Aug 17, 2005 3:35 pm    Post subject: Reply with quote

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
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 » IBM MQ Java / JMS » MQSeries 6.0
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.