argos/annotation-service/annotation-web/src/main/resources/config/queue.yml

54 lines
1.4 KiB
YAML
Raw Normal View History

2024-02-09 17:50:34 +01:00
spring:
rabbitmq:
host: ${RABBIT_HOST}
port: ${RABBIT_PORT}
username: ${RABBIT_USER}
password: ${RABBIT_PASS}
ssl:
enabled: false
queue:
rabbitmq:
enable: false
2024-03-08 10:47:37 +01:00
appId: ${QUEUE_APP_ID}
2024-02-09 17:50:34 +01:00
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
2024-04-30 09:21:57 +02:00
interval-seconds: 3
2024-02-09 17:50:34 +01:00
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
2024-03-11 14:55:52 +01:00
tenant-touch-topic: tenant.touch
2024-02-09 17:50:34 +01:00
user-removal-topic: user.remove
2024-03-11 14:55:52 +01:00
user-touch-topic: user.touch
2024-03-29 10:47:27 +01:00
annotation-entities-touch-topic: annotation.entities.touch
annotation-entities-removal-topic: annotation.entities.remove
2024-02-09 17:50:34 +01:00
rabbitmq:
enable: false
2024-04-30 09:21:57 +02:00
interval-seconds: 3
2024-02-09 17:50:34 +01:00
options:
retry-threashold: 100
retry-delay-step-seconds: 300
max-retry-delay-seconds: 10800
too-old-to-send-seconds: 604800