REQ-3581: 备份

This commit is contained in:
yanglin 2025-02-21 16:14:46 +08:00
parent ba3f908a84
commit 6a7211ed03

View File

@ -32,7 +32,7 @@ import java.util.Collections;
maxReconsumeTimes = 3,
consumeMode = ConsumeMode.ORDERLY,
nameServer = "${rocketmq.name-server}",
topic = "topic_organizational__${spring.profiles.active}",
topic = "topic_organizational_${spring.profiles.active}",
consumerGroup = "GID_ess_person_resign_${spring.application.name}_${spring.profiles.active}"
)
public class PersonResignListener extends BaseListener