racketmq-2017/racketmq/defaults.rktd

23 lines
421 B
Racket

;; REQUIRED:
;; (canonical-host "localhost" 7827)
;; OPTIONAL:
;; (accepted-host "localhost" 7827)
;; (accepted-host "localhost" 80)
;; etc.
(max-upstream-redirects 5)
(min-poll-interval 60)
(default-lease 86400) ;; seconds
(default-poll-interval "none") ;; seconds, or "none"
(max-dead-letters 10)
(max-delivery-retries 10)
(initial-retry-delay 5.0) ;; seconds
(retry-delay-multiplier 1.618)
(max-retry-delay 30)