Merge branch 'hotfix-queue-name' into 'main'

queue rename and update tenant-commons version

See merge request fforesight/mongo-database-commons!14
This commit is contained in:
Maverick Studer 2024-08-29 10:20:10 +02:00
commit 0b57648740
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ repositories {
val springBootVersion = "3.1.5"
dependencies {
api("com.knecon.fforesight:tenant-commons:0.26.0")
api("com.knecon.fforesight:tenant-commons:0.29.0")
api("org.liquibase:liquibase-core:4.20.0")
api("org.liquibase.ext:liquibase-mongodb:4.20.0")
api("org.springframework.boot:spring-boot-starter-data-mongodb:${springBootVersion}")

View File

@ -23,7 +23,7 @@ public class MongoTenantMessagingConfiguration {
@Value("${fforesight.mongo.multitenancy.tenant-created-queue:mongo-tenant-created}")
private String mongoTenantCreatedEventQueue;
@Value("${fforesight.mongo.multitenancy.tenant-created-dlq:mongo-tenant-created-dlq}")
@Value("${fforesight.mongo.multitenancy.tenant-created-dlq:mongo-tenant-created-error}")
private String mongoTenantCreatedDLQ;