| Event summary |
|---|
| JMS | The top-level event object representing the Correlator-integrated JMS runtime. |
| JMSAppControlledReceivingSuspended | A notification event sent to an EPL application every time an APP_CONTROLLED receiver suspends, at the end of each message batch. |
| JMSConnection | An event object representing a JMS connection, with actions for manipulating a connection's existing senders and receivers, and also for dynamically adding senders and receivers at runtime. |
| JMSConnectionStatus | A notification event sent to an EPL application when a configured JMS connection encounters an error or changes state. |
| JMSMessageDeliveryMode | An enumeration containing constants for the message delivery modes for sender. |
| JMSReceiver | An event object representing an existing JMS receiver. |
| JMSReceiverConfiguration | An event object representing the configuration of a new JMS receiver, for dynamically adding JMS receivers at runtime. |
| JMSReceiverFlowControlMarker | A control event periodically sent to an EPL application for each receiver with receiverFlowControl enabled, which the application uses to update the flow control window. |
| JMSReceiverReliability | An enumeration containing constants for the currently supported receiver reliability values. |
| JMSReceiverStatus | A notification event sent to an EPL application when a configured JMS receiver has been created successfully, encounters an error, or is removed. |
| JMSSender | An event object representing an existing JMS sender. |
| JMSSenderConfiguration | An event object representing the configuration of a new JMS sender, for dynamically adding JMS senders at runtime. |
| JMSSenderFlushed | A notification event sent to an EPL application in response to a sender flush request. |
| JMSSenderReliability | An enumeration containing constants for the currently supported sender reliability values. |
| JMSSenderStatus | A notification event sent to an EPL application when a configured JMS sender has been created successfully, encounters an error, or is removed. |