FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | MEMBER | ACTION | DETAIL: IMPORT | MEMBER | ACTION |
Member Summary | |
---|---|
string | connectionId
The unique identifier of the JMS connection. |
string | status
An enumeration value specifying the status of the connection. The values in the enumeration are provided as constants in this event. |
string | errorMessage
A user-readable string specifying the cause of the error. This should always be a non-empty string when the status is "ERROR". |
dictionary<string, string > | extraStatusInfo
Additional status information items. None are currently supported. |
constant string | OK
The status value indicating that the Correlator-JMS runtime is fully connected to the JMS broker with a valid JMS Connection object. |
constant string | CONNECTING
The status value indicating that the Correlator-JMS runtime is trying to establish an initial connection. |
constant string | ERROR
The status value indicating that the connection is not available due to some non-fatal error condition; the Correlator-JMS runtime will keep retrying in the background. |
Member Detail |
---|
constant string CONNECTING := "CONNECTING"The status value indicating that the Correlator-JMS runtime is trying to establish an initial connection.
string connectionIdThe unique identifier of the JMS connection.
constant string ERROR := "ERROR"The status value indicating that the connection is not available due to some non-fatal error condition; the Correlator-JMS runtime will keep retrying in the background.
string errorMessageA user-readable string specifying the cause of the error. This should always be a non-empty string when the status is "ERROR".
dictionary<string, string > extraStatusInfoAdditional status information items. None are currently supported.
constant string OK := "OK"The status value indicating that the Correlator-JMS runtime is fully connected to the JMS broker with a valid JMS Connection object.
string statusAn enumeration value specifying the status of the connection. The values in the enumeration are provided as constants in this event.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | MEMBER | ACTION | DETAIL: IMPORT | MEMBER | ACTION |