Package com.apama.correlator.jms

Event summary
JMSThe top-level event object representing the Correlator-integrated JMS runtime.
JMSAppControlledReceivingSuspendedA notification event sent to an EPL application every time an APP_CONTROLLED receiver suspends, at the end of each message batch.
JMSConnectionAn 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.
JMSConnectionStatusA notification event sent to an EPL application when a configured JMS connection encounters an error or changes state.
JMSMessageDeliveryModeAn enumeration containing constants for the message delivery modes for sender.
JMSReceiverAn event object representing an existing JMS receiver.
JMSReceiverConfigurationAn event object representing the configuration of a new JMS receiver, for dynamically adding JMS receivers at runtime.
JMSReceiverFlowControlMarkerA control event periodically sent to an EPL application for each receiver with receiverFlowControl enabled, which the application uses to update the flow control window.
JMSReceiverReliabilityAn enumeration containing constants for the currently supported receiver reliability values.
JMSReceiverStatusA notification event sent to an EPL application when a configured JMS receiver has been created successfully, encounters an error, or is removed.
JMSSenderAn event object representing an existing JMS sender.
JMSSenderConfigurationAn event object representing the configuration of a new JMS sender, for dynamically adding JMS senders at runtime.
JMSSenderFlushedA notification event sent to an EPL application in response to a sender flush request.
JMSSenderReliabilityAn enumeration containing constants for the currently supported sender reliability values.
JMSSenderStatusA notification event sent to an EPL application when a configured JMS sender has been created successfully, encounters an error, or is removed.

 

 

 
Monitor summary
CorrelatorJMSStatusManagerProvides a bridge between the JMS-specific status events and the generic StatusSupport API used by some Apama applications.