This topic describes how to configure event persistence.
You can change how tag reads and events persist by modifying values in the SystemAgent.
If you want all of your events saved to the database, set the value of the com.ibm.sensorevent.persistence.db property to true in the SystemAgent. If this property is set to any value other than true, all events are not saved to the database. The default value is true.
If you set the value of com.ibm.sensorevent.persistence.epcis to true, then all events are sent to the EPCIS Connector. If you set the value to false, then the events are not sent to the EPCIS Connector. The default value is false.
For more information on using the EPCIS Connector, refer to the topic on the EPCIS Connector sample application.