Page History
...
Code Block | ||||
---|---|---|---|---|
| ||||
blueriq: multi-tenancy: enabled: true allowed-tenants: - A - B dcm: maintenance: app: dlq: retry: delay: 2m max-retries: 3 rabbitmq: tenants: A: host: localhost port: 5672 username: guest password: guest virtualHost: A_vhost queueNames: - dcmEventsDlq - dcmTasksEventsDlq - dcmScheduledEventsDlq - traceDlq - timelineDlq - dcmMaintenanceEventsDlq - auditEventsDlq - dcmListsEventsDlq B: host: localhost port: 5672 username: guest password: guest virtualHost: B_vhost queueNames: - dcmEventsDlq - dcmTasksEventsDlq - dcmScheduledEventsDlq - traceDlq - timelineDlq - dcmMaintenanceEventsDlq - auditEventsDlq - dcmListsEventsDlq case-engine: rabbitmq: tenants: A: host: localhost port: 5672 username: guest password: guest queueNames: - dcmMaintenanceEventsQueue virtualHost: A_vhost B: host: localhost port: 5672 username: guest password: guest queueNames: - dcmMaintenanceEventsQueue virtualHost: B_vhost mongodb: tenants: A: host: localhost port: 27017 database: A_messages B: host: localhost port: 27017 database: B_messages |
...
Overview
Content Tools