payloadArchivingStrategy
Strategy for archiving payloads.
Archiving works by sending a copy of the incoming payload to a dedicated archive flow. Archived payloads need to have a unique path that can later be used to retrieve them from the archive. By default, the path is generated using the flow and message IDs. For example:
my-flow-id/processor-id/4b964d6d-9f2e-4a3e-a1ee-626aadc67134
If a custom strategy is needed, the standard path generation can be overridden by setting the objectPathExpr
property.
Properties
Name | Summary |
---|---|
|
Flow to which the payload is forwarded. Required. |
|
Optional expression that determines the unique path of the payload in the archive. |
Was this page helpful?