Liking cljdoc? Tell your friends :D

d-core.core.messaging.dead-letter.defaults


*default-max-attempts*clj

Global default for DLQ max attempts when not specified per-topic.

Override via JVM system property:

  • -Ddcore.dlq.max_attempts=N
Global default for DLQ max attempts when not specified per-topic.

Override via JVM system property:
- `-Ddcore.dlq.max_attempts=N`
raw docstring

*default-replay-mode*clj

Replay strategy selector.

  • :sleep (implemented): sleep delay-ms before republishing
  • :due-time (future): compute/store next eligible time and skip until due

Override via JVM system property:

  • -Ddcore.dlq.replay_mode=sleep
Replay strategy selector.

- `:sleep` (implemented): sleep `delay-ms` before republishing
- `:due-time` (future): compute/store next eligible time and skip until due

Override via JVM system property:
- `-Ddcore.dlq.replay_mode=sleep`
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close