Author |
Message
|
nick_alan |
Posted: Mon Aug 19, 2002 4:43 pm Post subject: How to create JMS client for MQ |
|
|
Newbie
Joined: 01 Aug 2002 Posts: 7
|
I am trying to find out, How to create JMS client for MQ. We will then use this JMS client to communicate with other middleware product.
Any and all info is appreciated.
TIA |
|
Back to top |
|
 |
kolban |
Posted: Mon Aug 19, 2002 5:49 pm Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
A JMS client is an application that makes use of the services of the JMS classes and interfaces. In order to use the IBM MQ JMS classes, you would download the MA88 support pac. Be aware, a JMS Provider (vendor's) implementation is tied to that vendor. If you want to write an IBM MQ JMS Client, it had better be communicating to an IBM MQSeries Queue Manager. You may wish to elaborate on what you mean by "other middleware product". |
|
Back to top |
|
 |
jc_squire |
Posted: Mon Aug 19, 2002 7:09 pm Post subject: |
|
|
 Centurion
Joined: 14 Apr 2002 Posts: 105 Location: New Zealand
|
Just to clarify .......
JMS - is Sun's Java Message Service which is a messaging API standard.
IBM MQ Java Classes - IBM's Java class distribution for MQSeries (not called IBM MQ JMS Classes).
JMS has benefits in that a JMS application can be used with almost any messaging product that supports JMS allthough JMS does not support the full range of functions in IBM's MQ Java Classes. MQ pre 5.3 does not support JMS/Java natively hence the support pack.
Regards _________________ J C Squire
IBM Certified Specialist - MQSeries |
|
Back to top |
|
 |
nick_alan |
Posted: Tue Aug 20, 2002 8:40 am Post subject: What I need is |
|
|
Newbie
Joined: 01 Aug 2002 Posts: 7
|
I am using this JMS client to communicate with other Middleware applications like WebMethods. I am using WebMethods JMS adaptor and while installing that, It asks the JMS client user id, password etc.
So my question is, how to install this JMS client (for WebSphereMQ)? Do I have to download it from somewhere or it comes with the MQ CD? Any link?
We are currently using 5.2.1 but will upgrade to 5.3 shortly.
TIA |
|
Back to top |
|
 |
jc_squire |
Posted: Tue Aug 20, 2002 12:29 pm Post subject: |
|
|
 Centurion
Joined: 14 Apr 2002 Posts: 105 Location: New Zealand
|
MQ 5.3 includes the Java classes but any release prior to that does not. So for 5.2 you will need support pac MA88 as advised by kolban.
As far as I know there is no MQ client for Java - your Java program uses the Java libraries in the MA88 support pac as an interface to MQ.
Regards _________________ J C Squire
IBM Certified Specialist - MQSeries |
|
Back to top |
|
 |
|