Mock Destination Properties

Use these properties to set up a mock destination. A mock destination simply accepts the incoming documents and discards them. Use this destination to test your source configuration with test documents before your destination is ready to receive documents or to test without cluttering your destination system with test documents.

Developers building a custom source can use this destination to discard test data. You can also set this destination to generate random errors to test up-stream error processing while developing a custom source.

Configure the use of the Mock Destination with:
destination.name=oracle.documaker.ecmconnector.mockdestination. MockDestination

Table 3-13 Mock Destination Properties

Properties Description Default

Mock Destination Properties

Property Name Prefix: destination.mock.

.import.errors Specifies whether to generate random import errors. False
.import.error.threshold The threshold value above which an import error should be generated. 75 (out of 100)