REQUIREMENT util.recorder |
Type | NEW |
Priority | LOW |
Status | DEPRECATED |
Topic | XmlBlaster provides a facility to record all message transfers with the possibility to play back this flow in slow/fast motion | ||||||||||||||||||||||||||||||||
Des cription |
The recorder is activated when a Java client uses the fail save xmlBlaster access mode -> see I_XmlBlasterAccess.registerConnectionListener() Allows to kill the db-file during executionFollowing error handling is possible if the queue overflows:
pullback(long startDate, long endDate, double motionFactor) throws XmlBlasterException |
||||||||||||||||||||||||||||||||
Configure |
Example how to configure the FileRecorder plugin in your xmlBlaster.properties file: RecorderPlugin[FileRecorder][1.0]= org.xmlBlaster.util.recorder.file.FileRecorder These parameters allow to configure the message recorder behavior.
These settings apply only if you use the FileRecorder plugin:
NOTE: Configuration parameters are specified on command line (-someValue 17) or in the
xmlBlaster.properties file (someValue=17). See requirement "util.property" for details. |
||||||||||||||||||||||||||||||||
See REQ | util.recorder.persistence | ||||||||||||||||||||||||||||||||
See REQ | client.failsafe | ||||||||||||||||||||||||||||||||
See API | org.xmlBlaster.util.def.Constants | ||||||||||||||||||||||||||||||||
See API | org.xmlBlaster.util.recorder.I_InvocationRecorder | ||||||||||||||||||||||||||||||||
See API | org.xmlBlaster.util.recorder.ram.RamRecorder | ||||||||||||||||||||||||||||||||
See API | org.xmlBlaster.util.recorder.file.FileRecorder | ||||||||||||||||||||||||||||||||
See API | org.xmlBlaster.util.recorder.file.FileIO | ||||||||||||||||||||||||||||||||
See API | org.xmlBlaster.client.I_XmlBlasterAccess | ||||||||||||||||||||||||||||||||
See TEST | org.xmlBlaster.test.qos.TestFailSave | ||||||||||||||||||||||||||||||||
See TEST | org.xmlBlaster.test.qos.TestInvocationRecorder | ||||||||||||||||||||||||||||||||
See TEST | org.xmlBlaster.test.qos.TestFailSaveAsync | ||||||||||||||||||||||||||||||||
See TEST | org.xmlBlaster.test.classtest.FileIOTest | ||||||||||||||||||||||||||||||||
See TEST | org.xmlBlaster.test.classtest.InvocationRecorderTest |
This page is generated from the requirement XML file xmlBlaster/doc/requirements/util.recorder.xml