Set to... | To... |
NONE | Not persist any events. |
MAXIMUM_STRONG | (Default) Persist events synchronously whenever a cache update occurs. |
MAXIMUM_EVENTUAL | Persist events asynchronously whenever a cache update occurs. |
Important: | When you set up the guaranteed delivery level to MAXIMUM_STRONG or MAXIMUM_EVENTUAL and then start NERV, it creates a JMS connection which performs synchronous emits to Universal Messaging. However, in case the JMS connection is created before NERV initializes, you must add an additional JVM property. To do this, in the Software AG_directory /profiles/profile_name/configuration directory, open the wrapper.conf file, add the following JVM property: wrapper.java.additional.<new custom integer>=-Dnirvana.syncSendPersistent=true, then save your changes and restart the Common Platform profile. |