Author |
Message
|
suman291857 |
Posted: Wed Nov 30, 2005 8:38 am Post subject: WA05 SupportPac for MQ WorkFlow |
|
|
Newbie
Joined: 30 Nov 2005 Posts: 2
|
Hello,
Iam planning to use Java UPES[To be deployed on Linux Websphere App Server v6.0] from MQ WorkFlow server running on Windows NT box.
The plan is to make each and every activity implementation call Java UPES through XML Message Interface.
Now on looking through documentation of WA05,i felt that there is no way the above mentioned scenario can be achieved.
This is because the WA05 guide states that MQ Workflow configuration parameters can only contain local MQ queue names/Queue Manager.[This is because it doesnt provide any option to provide MessagePipe which may be either JMSPipe OR MQPipe].
So the above means that WA05 java UPES web app and MQ Workflow configuration Queues should be running on the same Box[Which makes me to think that MQ workflow server should also be running on the same Machine as My WebAPP]???
Am i missing something here??can my Original mentioned scenario be realised??
Iam very new to this MQ workflow...So any help would be appreciated..
Thanks
Suman |
|
Back to top |
|
 |
fidelio |
Posted: Wed Nov 30, 2005 9:28 am Post subject: |
|
|
Apprentice
Joined: 14 Sep 2005 Posts: 45 Location: AttainBPM
|
suman291857 - Your original scenario is possible, I have run UPES and WebApps on a Linux system. If you are running WF 3.5 or earlier you will need support pack WAOC - the native Java API for workflow - which allows WF Java clients to run on any supported MQ platform. |
|
Back to top |
|
 |
suman291857 |
Posted: Thu Dec 01, 2005 1:14 am Post subject: |
|
|
Newbie
Joined: 30 Nov 2005 Posts: 2
|
Hello fidelio,
Thanks for your response.
When you say that you ran UPES and WebApps on a Linux system,where was your MQ workFlow installed??Was it installed on a different system/platform alltogether from which you were making calls to linux Box using UPES??
Thanks
Suman |
|
Back to top |
|
 |
vennela |
Posted: Thu Dec 01, 2005 8:38 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
|
Back to top |
|
 |
fidelio |
Posted: Thu Dec 01, 2005 12:00 pm Post subject: |
|
|
Apprentice
Joined: 14 Sep 2005 Posts: 45 Location: AttainBPM
|
I have set up a WAS WebClient server and UPES applications running on Linux connecting to a Windows-based MQWF server using MQClient connection and the WA0C (native Java API) support pack. My UPES application was using a custom UPES framework, NOT the WA05 framework. I guess my answer was more of a "it is technically possible for a UPES/WebClient to run on Linux" than a "how to do it" .
The thread that vennela references looks like it might have the detailed answers you are looking for. |
|
Back to top |
|
 |
|