Notification service config update

This commit is contained in:
Thomas Georgios Giannos 2024-01-12 13:56:22 +02:00
parent 93ce7ecd6d
commit a2edcd6a04
2 changed files with 6 additions and 8 deletions

View File

@ -15,4 +15,4 @@ queue:
options:
exchange: cite_dmp_devel_queue
rabbitmq:
enable: false
enable: true

View File

@ -26,11 +26,6 @@ queue:
options:
exchange: null
forget-me-completed-topic: forgetme.completed
notify-topic: notification.notify
tenant-reactivation-topic: tenant.reactivated
tenant-removal-topic: tenant.remove
tenant-touch-topic: tenant.touch
tenant-user-invite-topic: tenant.invite
what-you-know-about-me-completed-topic: whatyouknowaboutme.completed
generate-file-topic: generate.file
rabbitmq:
@ -46,8 +41,11 @@ queue:
enable: false
options:
exchange: null
user-removal-topic: [ "user.remove" ]
user-touched-topic: [ "user.touch" ]
notify-topic: notification.notify
tenant-removal-topic: tenant.remove
tenant-touch-topic: tenant.touch
user-removal-topic: user.remove
user-touch-topic: user.touch
rabbitmq:
enable: false
interval-seconds: 30