FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | MEMBER | ACTION | DETAIL: IMPORT | MEMBER | ACTION |
Member Summary | |
---|---|
string | connectionId
The unique identifier of the JMS connection. |
string | senderId
The unique identifier of this sender. |
string | status
An enumeration value specifying the status of the sender. 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 is guaranteed not empty if status="ERROR" or "FATAL_ERROR". |
dictionary<string, string > | extraStatusInfo
Additional status information items. None are currently supported. |
constant string | OK
The status value indicating that the sender is fully connected to the JMS broker with a valid JMS Producer object, and is available to send messages. |
constant string | CONNECTING
The status value indicating that the sender is waiting for the JMS connection or sender session to be established. |
constant string | ERROR
The status value indicating that the sender is not available due to some non-fatal error condition; the Correlator-JMS runtime will keep retrying in the background. |
constant string | FATAL_ERROR
The status value indicating that the sender is not available due to a fatal error condition. |
constant string | REMOVED
The status value indicating that the removal of a dynamic sender has been completed, which will be sent some time after a sender removal request, once all the associated state on the broker and the Correlator's database has been removed. |
string | senderReliability
Sender quality of service, specifying the reliability mode of the messages from this sender. |
dictionary<string, string > | extraAddParams
Additional sender configuration parameters specified when it was added. |
Member Detail |
---|
constant string CONNECTING := "CONNECTING"The status value indicating that the sender is waiting for the JMS connection or sender session to be established.
string connectionIdThe unique identifier of the JMS connection.
constant string ERROR := "ERROR"The status value indicating that the sender 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 is guaranteed not empty if status="ERROR" or "FATAL_ERROR".
dictionary<string, string > extraAddParamsAdditional sender configuration parameters specified when it was added.
dictionary<string, string > extraStatusInfoAdditional status information items. None are currently supported.
constant string FATAL_ERROR := "FATAL_ERROR"The status value indicating that the sender is not available due to a fatal error condition.
constant string OK := "OK"The status value indicating that the sender is fully connected to the JMS broker with a valid JMS Producer object, and is available to send messages.
constant string REMOVED := "REMOVED"The status value indicating that the removal of a dynamic sender has been completed, which will be sent some time after a sender removal request, once all the associated state on the broker and the Correlator's database has been removed.
string senderIdThe unique identifier of this sender.
string senderReliabilitySender quality of service, specifying the reliability mode of the messages from this sender.
string statusAn enumeration value specifying the status of the sender. The values in the enumeration are provided as constants in this event.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | MEMBER | ACTION | DETAIL: IMPORT | MEMBER | ACTION |