How do we achieve the following using hawk:Based on some process info./status on machine A, we would like to have something to be done for some other processes on machine B.

How do we achieve the following using hawk:Based on some process info./status on machine A, we would like to have something to be done for some other processes on machine B.

book

Article ID: KB0090957

calendar_today

Updated On:

Products Versions
TIBCO Hawk -
Not Applicable -

Description

Resolution:
You can make a rulebase to monitor some process on machine A, when test condition matches, action: to send a rv message using the Messaging microagent. On machine B, make a rulebase to use the Messaging microagent to listen to that message send by A as datasource, if subject matches, then action to make some status change for processes on machine B.
Before hawk v4.6, you have to install hawk RVHMA adapter on top of hawk to do this. For hawk v4.6 and later, the Messaging microagent is embedded with the hawk product, so there is no separate install of RVHMA required.

Issue/Introduction

How do we achieve the following using hawk:Based on some process info./status on machine A, we would like to have something to be done for some other processes on machine B.