Apama 10.7.2 | Connecting Apama Applications to External Components | Correlator-Integrated Support for the Java Message Service (JMS) | Using the Java Message Service (JMS) | Designing and implementing applications for correlator-integrated messaging for JMS | Sending and receiving reliably without correlator persistence
 
Sending and receiving reliably without correlator persistence
 
Receiving messages with APP_CONTROLLED acknowledgements
Sending messages reliably with application flushing notifications
Apama applications that receive JMS messages can prevent message loss without using correlator persistence by controlling when the application acknowledges the received messages. See Receiving messages with APP_CONTROLLED acknowledgements.
Apama applications that use JMS senders with BEST_EFFORT reliability can prevent message loss without using correlator persistence by waiting for acknowledgements that all messages sent to a JMS sender context have been sent to the JMS broker. See Sending messages reliably with application flushing notifications.