spring: rabbitmq: host: ${RABBIT_HOST} port: ${RABBIT_PORT} username: ${RABBIT_USER} password: ${RABBIT_PASS} ssl: enabled: false queue: rabbitmq: enable: false appId: ${QUEUE_APP_ID} durable: null queue: null exchange: null listenerEnabled: true publisherEnabled: true #TODO connection-recovery: enable: true network-recovery-interval: 5000 unreachable-recovery-interval: 5000 task: publisher: enable: false options: exchange: null forget-me-completed-topic: forgetme.completed what-you-know-about-me-completed-topic: whatyouknowaboutme.completed generate-file-topic: generate.file rabbitmq: enable: false interval-seconds: 30 options: retry-threashold: 100 retry-delay-step-seconds: 300 max-retry-delay-seconds: 10800 too-old-to-send-seconds: 604800 confirm-timeout-seconds: 30 listener: enable: false options: exchange: null tenant-removal-topic: tenant.remove tenant-touch-topic: tenant.touch user-removal-topic: user.remove user-touch-topic: user.touch annotation-entities-touch-topic: annotation.entities.touch annotation-entities-removal-topic: annotation.entities.remove rabbitmq: enable: false interval-seconds: 30 options: retry-threashold: 100 retry-delay-step-seconds: 300 max-retry-delay-seconds: 10800 too-old-to-send-seconds: 604800