RED-8702: Explore document databases to store entityLog

- rename mongo create tenant queue
This commit is contained in:
maverickstuder 2024-04-03 18:19:54 +02:00
parent 95d09f3003
commit 4b61642734

View File

@ -20,10 +20,10 @@ import lombok.RequiredArgsConstructor;
@Conditional(EnableMongoLiquibaseCondition.class)
public class MongoTenantMessagingConfiguration {
@Value("${fforesight.mongo.multitenancy.tenant-created-queue:tenant-created}")
@Value("${fforesight.mongo.multitenancy.tenant-created-queue:mongo-tenant-created}")
private String tenantCreatedEventQueue;
@Value("${fforesight.mongo.multitenancy.tenant-created-dlq:tenant-created-dlq}")
@Value("${fforesight.mongo.multitenancy.tenant-created-dlq:mongo-tenant-created-dlq}")
private String tenantCreatedDLQ;