|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
best practice on integration of EJB in MQ workflow process |
« View previous topic :: View next topic » |
Author |
Message
|
peterxu |
Posted: Mon Aug 18, 2003 9:53 am Post subject: best practice on integration of EJB in MQ workflow process |
|
|
Newbie
Joined: 18 Aug 2003 Posts: 1
|
can someone elaborate the options existing now in MQ workflow to call EJBs in J2EE environment? and the pros and cons of each approach? thanks for any insight!!! |
|
Back to top |
|
 |
vennela |
Posted: Mon Aug 18, 2003 10:11 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
peter:
As far as I know there is no direct way to use EJBs in WMQWF. You can call java classes or JSPs. Maybe you can set UPES to be an MDB (I have never done that but I donot see any reason why it will not work). Somebody with more insight into application design will eloborate on the subject. |
|
Back to top |
|
 |
Ratan |
Posted: Mon Aug 18, 2003 10:40 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
MQWF calls JSPs for manual Activities on a thin client, or send messages to a UPES queue for Automatic Activities. The Messages to a UPES queue can be MDBs as Venny suggested.
All MQWF cares is the data it needs to get back. How you get this data is up to you. Your JSPs can have EJBs or whatever on the backend to do the corresponding task get the result back, map it to corresponding Output container and send back to WF. So the pros and cons of EJB and J2EE are the same as in any other domain. I am not a J2EE architect so I cant help you with anything other than this.
All MQWF does is invoking an Object with appropriate data, so how this object is designed should not effect MQWF or vice versa, It only depends on your application. _________________ -Ratan |
|
Back to top |
|
 |
jet |
Posted: Thu Aug 21, 2003 9:19 am Post subject: |
|
|
Apprentice
Joined: 04 Dec 2002 Posts: 49 Location: New York
|
in your EJB, invoke MQWF actions(login, show worklist, check in/out work items etc....) using MQWF Java APIs. _________________ IBM EAI Consultant |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|