Author |
Message
|
Gideon |
Posted: Wed Jan 08, 2014 3:15 pm Post subject: Client Jar files |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
|
Back to top |
|
 |
mqsiuser |
Posted: Thu Jan 09, 2014 12:22 am Post subject: Re: Client Jar files |
|
|
 Yatiri
Joined: 15 Apr 2008 Posts: 637 Location: Germany
|
IBM wants you (for good reasons) to install the MQ-Client (and not just copy over the relevant jar-files).
So they might not provide this info for that reason... and probably there are some "it depends". A lot/couple of programms and circumstances may still require you to know about them. I had to make a post once, which followed some discussions about it.
Anyhow... my list does not include "connector.jar":
Code: |
com.ibm.mq.jar
com.ibm.mq.jmqi.jar
com.ibm.mqjms.jar
dhbcore.jar |
_________________ Just use REFERENCEs |
|
Back to top |
|
 |
calanais |
Posted: Thu Jan 09, 2014 6:53 am Post subject: |
|
|
Apprentice
Joined: 12 Mar 2010 Posts: 32
|
Can you say which Java language client you want to use. WebSphere MQ classes for Java (com.ibm.mq.*) or WebSphere MQ classes for JMS (com.ibm.mq.jms.*)?
As was said the approved route is to use an installation of the MQ server or support pack (MQC75) and point you classpath to EITHER com.ibm.mq.jar or com.ibm.mqjms.jar in the installation directory.
What's your thinking for having a specific list? If you want to use this with a JavaEE server there is an alternative download.
Matthew |
|
Back to top |
|
 |
Gideon |
Posted: Fri Jan 10, 2014 12:20 pm Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
I do not need the JavaEE download
The client I am using actually handles both the mq and mqjms (unusual I know)
A pecific list would be helpful in packaging jars in route to a machine without a client installed
Anyone know if the 7.5.0.2 std client jars now required the headers jar ?
Thanks |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Jan 11, 2014 1:06 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
As you've already been told, this is not the recommended / supported way.
However feel free to experiment and report back.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
edub1 |
Posted: Wed Jan 15, 2014 12:33 pm Post subject: |
|
|
Apprentice
Joined: 01 Apr 2008 Posts: 28
|
Yes, if you haven't already figure it out, you need the headers jar.
No clue why IBM doesn't support this, but supports OSGi, which is pretty much the same thing as copying these JARs over. |
|
Back to top |
|
 |
|