Author |
Message
|
George Carey |
Posted: Thu Dec 03, 2009 9:38 am Post subject: JMS client jar files |
|
|
Knight
Joined: 29 Jan 2007 Posts: 500 Location: DC
|
Looking to where I can quickly get a concise (not having to read a book) list
of all the Jar files need to build client connection to a MQ server using JAVA JMS for MQv7.0.1 on Linux.
Would like not to have to download MQClient to see what is in it.
Infocenter tells how to set up but does not give a complete list.
/opt/mqm/java/lib on a server has a boat load of jar files I assume I can use these but for example what is the difference between jms.jar and com.ibm.mqjms.jar ?? And similar puzzlements.
Looking for a url ... with this info ... _________________ "Truth is ... grasping the virtually unconditioned",
Bernard F. Lonergan S.J.
(from book titled "Insight" subtitled "A Study of Human Understanding") |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Dec 04, 2009 3:49 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
There is a reason why best practices tells you to install the MQ Client.
It makes upgrades easier and independent of the actual code.
It makes also sure that you have all the jars needed.
If you install just the minimum set of jars, a change in the application could require an additional jar to be added. Now imagine all the conflicts with client version at deployment time if you just add the corresponding jar to your already existing set....
Consider MQ as infrastructure software and not application software.
If you push an OS upgrade you do not touch applications right? Should be the same thing for MQ...
So change the pipe dreams from minimalistic to installing the client and enjoy the deep sleep of the just.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
George Carey |
Posted: Mon Dec 07, 2009 9:21 am Post subject: good thoughts |
|
|
Knight
Joined: 29 Jan 2007 Posts: 500 Location: DC
|
Good Thougts but...
I am just trying to get a set of names to a Tivoli ClearCase Admin so he can put them into ClearCase for a new version. I only have Servers available to me and am looking to just get the client jars only (as separate) from what is needed for the server.
Just thought I could find a manual outlining them clearly without having to download the MQClient itself. Now that I think of it a simple rpm command on linux might give those names in the client package.
Any idea what that command would be to see the file element in a package
rpm -qi or something like that ?? _________________ "Truth is ... grasping the virtually unconditioned",
Bernard F. Lonergan S.J.
(from book titled "Insight" subtitled "A Study of Human Understanding") |
|
Back to top |
|
 |
mvic |
Posted: Mon Dec 07, 2009 10:31 am Post subject: Re: good thoughts |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
George Carey wrote: |
Any idea what that command would be to see the file element in a package
rpm -qi or something like that ?? |
Yes, rpm -ql or rpm -qpl should do it I think. Check the man page as I am not 100 pc sure of my memory here.
Remember also that MQSeriesClient is probably dependent upon other filesets/packages - eg. MQSeriesRuntime. And if you are using SSL on the client then gsk7bas, MQSeriesKeyMan and suchlike will be needed too. If you have the samples, then maybe MQSeriesSamples. |
|
Back to top |
|
 |
George Carey |
Posted: Tue Dec 08, 2009 11:58 am Post subject: case for list |
|
|
Knight
Joined: 29 Jan 2007 Posts: 500 Location: DC
|
You are making a case for a nice tabular list in the documentation.
Which I cannot find anywhere. _________________ "Truth is ... grasping the virtually unconditioned",
Bernard F. Lonergan S.J.
(from book titled "Insight" subtitled "A Study of Human Understanding") |
|
Back to top |
|
 |
|