mongoDBExchangeStore

Version

Syntax

mongoDBExchangeStore:
bodyExceedingMaxSizeStrategy: error
collection: <string>
connection: <string>
database: <string>
maxBodySize: <number>
updateIntervalMs: <number>
mongoDBExchangeStore:
  bodyExceedingMaxSizeStrategy: error
  collection: <string>
  connection: <string>
  database: <string>
  maxBodySize: <number>
  updateIntervalMs: <number>

Attributes

NameRequiredDefaultDescriptionExamples
bodyExceedingMaxSizeStrategyfalseTRUNCATEThe strategy to use (TRUNCATE or ERROR) when a HTTP message body is larger than the maxBodySize.-
collectionfalse---
connectionfalse---
databasefalse---
maxBodySizefalse100000--
updateIntervalMsfalse---

Can be used in