| FRAMES NO FRAMES | |||||||
| |||||||
| SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION | ||||||
| Constant summary | |
|---|---|
string | CONNECTING := "CONNECTING"The status value indicating that the Correlator-JMS runtime is trying to establish an initial connection. |
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 | OK := "OK"The status value indicating that the Correlator-JMS runtime is fully connected to the JMS broker with a valid JMS Connection object. |
| Field summary | |
|---|---|
string | connectionIdThe unique identifier of the JMS connection. |
string | statusAn enumeration value specifying the status of the connection. The values in the enumeration are provided as constants in this event. |
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 detail |
|---|
string CONNECTING := "CONNECTING"The status value indicating that the Correlator-JMS runtime is trying to establish an initial connection.
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 OK := "OK"The status value indicating that the Correlator-JMS runtime is fully connected to the JMS broker with a valid JMS Connection object.
| Field detail |
|---|
string connectionIdThe unique identifier of the JMS connection.
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.
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 | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION | ||||||