Posted: Tue Dec 21, 2004 11:24 am Post subject: mq workflow,ejbclient
Voyager
Joined: 10 Sep 2004 Posts: 87
Hi all,
Could someone please guide me to any resoure(s) or help me for the following task
Configure activity implementation which invokes an EJB Client on expiry of a work item.
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
Design your workflow process such a way that on expiration of a work item it branches to an activity which is a UPES activity. Now configure a Message Driven Bean (MDB) for this UPES activity.
An MDB is a type of EJB that is configured to a queue. An MDB listens on this queue and whenever a message arrives on a queue, a method called onMessage inside the MDB is invoked. From this method, you can extract the XML message that is put by the workflow and do whatever you want to do.
In the thread below (in the very end of the thread) there are some links on how to configure an MDB using WSAD5.
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