RED-8702: Explore document databases to store entityLog
- rename mongo create tenant queue
This commit is contained in:
parent
95d09f3003
commit
4b61642734
@ -20,10 +20,10 @@ import lombok.RequiredArgsConstructor;
|
|||||||
@Conditional(EnableMongoLiquibaseCondition.class)
|
@Conditional(EnableMongoLiquibaseCondition.class)
|
||||||
public class MongoTenantMessagingConfiguration {
|
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;
|
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;
|
private String tenantCreatedDLQ;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user