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 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 notify-topic: notification.notify tenant-removal-topic: tenant.remove tenant-touched-topic: tenant.touch user-removal-topic: user.remove user-touched-topic: user.touch 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