Author |
Message
|
AdityaPatel |
Posted: Mon Jun 17, 2002 11:56 pm Post subject: How to Integrate WebLogic Application Server With MQSI n MQ |
|
|
Newbie
Joined: 17 Jun 2002 Posts: 7
|
Dear All,
Can anyone help to know how to integrate the MQSI and MQSeries with WebLogic Web Server...i need to integrate MQSI and MQSeries on WebLogic Application Server!!! Please help me or else if there are any documents for the Integration MQSI and MQSeries With WebLogic Web Server Please do let me know...
Thanks and Advance!!!
Aditya Patel. |
|
Back to top |
|
 |
kirani |
Posted: Tue Jun 18, 2002 7:34 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Your question is not quite clear. Could you please tell us what exactly you want to do with Weblogic, MQSI and MQ?
Do you want your web application to put a message on MQ and then use MQSI for Transformation? _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
AdityaPatel |
Posted: Tue Jun 18, 2002 5:00 pm Post subject: |
|
|
Newbie
Joined: 17 Jun 2002 Posts: 7
|
Hi kirani,
Thanks for the reply.!!! Well I have to integrate the MQ with WebLogic Application Server so that MQ Message will be route to MQSI and from MQSI it will route to OS/390 @DB2 Database . So i need the help how to integrate the MQ with WebLogic. I will so thanksful if you can suggest me the way to do.
Thanks,
Aditya Patel. |
|
Back to top |
|
 |
AdityaPatel |
Posted: Tue Jun 18, 2002 5:03 pm Post subject: |
|
|
Newbie
Joined: 17 Jun 2002 Posts: 7
|
Hi kirani,
Thanks for the reply.!!! Yes Our Web Application will be putting MQ Mesasges. I have to integrate the MQ with WebLogic Application Server so that MQ Message will be route to MQSI and from MQSI it will route to OS/390 @DB2 Database . So i need the help how to integrate the MQ with WebLogic. I will so thanksful if you can suggest me the way to do.
Thanks,
Aditya Patel. |
|
Back to top |
|
 |
kirani |
Posted: Tue Jun 18, 2002 8:47 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
First you will have to download and install SupportPac MA88 (Java Classes for MQSeries) and install it on your machine/server. You then write an application that puts messages on MQSeries queue (Q1) in required format( foramt A).
Now you will have to create message flows in MQSI, which reads message from input queue (Q1). You will then apply appropriate parser to parse input message and Transform it from format A to format B by writing some ESQL code. After your message is transformed into format B, you can write it to a remote queue which points to a local queue on OS/390.
Here are few links that may be helpful to you,
http://www-3.ibm.com/software/ts/mqseries/txppacs/txpm2.html - Websphere MQ family Supportpacs
http://www-3.ibm.com/software/ts/mqseries/library/manualsa/csqzaw06/csqzaw06tfrm.htm - MQSeries using Java book
http://www-3.ibm.com/software/ts/mqseries/library/manualsa/ - Websphere MQ family manuals
I hope this helps
.
Let me know if you have any specific question. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
AdityaPatel |
Posted: Wed Jun 19, 2002 2:18 am Post subject: |
|
|
Newbie
Joined: 17 Jun 2002 Posts: 7
|
Hi Kirani,
Thanks a lot for the Reply!!! Actually I have Installed WebLogic Application Server on One Machine. Do i need to Installl the MQSeries on the same machine applying the MA88 Support Pack. Or is there other way to configure the WebLogic with MQSeries...Do i need to set the path..Please do let me know in details if you please..and if possible the Steps as i have installed the WebLogic Application Server on the One Machine and supposed i did installed the MQSeries also on the Same Machine with the MA88..
Looking forward for Your Kind reply..
Thanks a lot Kirani...!!!
Aditay Patel. |
|
Back to top |
|
 |
kirani |
Posted: Wed Jun 19, 2002 7:37 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Aditay,
Install MA88 on Weblogic app server box. After installation, please refer to readme.txt file in <mqjava_home>\doc\en_US directory. This file explains about the CLASSPATH variable you need to set. Chapter 2 in MQSeries Using Java manual also has some instructions on setting classpath and path variables. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
AdityaPatel |
Posted: Wed Jun 19, 2002 4:54 pm Post subject: |
|
|
Newbie
Joined: 17 Jun 2002 Posts: 7
|
Hi kirani,
Thanks for the Response!!! Well I would like to know that Do i need to Install MQSeries 5.2 and then apply the MA88 on the same machine where the WebLogic App Server is Installed..??
Looking forward to your kind Help!!!
Thanks a Lot!!!
Aditya. |
|
Back to top |
|
 |
kirani |
Posted: Wed Jun 19, 2002 9:26 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Aditya,
There is not dependency between MQSeries and supportPac MA88. They can reside on different boxes. MA88 should be installed on the same box where your application is running/developed (Weblogic App Server box). In your application you should be using client-style connection if you decide to install MQSeries on a different box. There are some limitations of Client application. For more information on this please refer to MQSeries Using Java book.
I personally would prefer to install MQSeries and WebLogic App Server on the same box. However, it entirely depends on your requirement. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
AdityaPatel |
Posted: Wed Jun 19, 2002 9:36 pm Post subject: |
|
|
Newbie
Joined: 17 Jun 2002 Posts: 7
|
Hi Kirani,
Thanks a lot for the Kind Help!!! If i face any problem i will get back to you..and i hope you will gonna help me as you did so far!!!
I truly conving to you that Thanks for the Kind Help!!!
Thanks !!!
Aditya Patel. |
|
Back to top |
|
 |
kirani |
Posted: Wed Jun 19, 2002 9:40 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
I am glad I was able to help! If you have further questions just post them here and we will try to answer them!
BTW my name is Kiran not kirani  _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
AdityaPatel |
Posted: Fri Jun 21, 2002 12:16 am Post subject: |
|
|
Newbie
Joined: 17 Jun 2002 Posts: 7
|
Hi Kiran,
Ohh Yes !!! I made a mistake in the Name ... Sorry and really thanks a lot for the kind help i am gonna implement by the end of this month and i will folloe the instaraction as you suggest me....thanks a lot
Thanks a lot
Aditya Patel |
|
Back to top |
|
 |
|