Products | Versions |
---|---|
TIBCO ActiveMatrix Policy Manager | - |
Not Applicable | - |
Resolution:
Description:
=========
This solution discusses how PM determines the status of a service.
Environment:
==========
TIBCO ActiveMatrix Policy Manager 3.x
All supported platforms.
Resolution:
=========
For SOAP/HTTP services, PM opens a TCP socket to the service's host and port and then calls connect() on it. If the call succeeds, the service is marked as running (Green).
For SOAP/JMS services, the status in the PM console depends on the outcome of the most recent request. If a response is not received from the service, it is marked as stopped (Red) – for example, a proxy sends a request to provider queue and times out waiting for reply. If the service invocation is successful the status is marked as running (Green).