This commit is contained in:
张良(004796)
2024-01-25 17:16:23 +08:00
parent 31036e69af
commit 7874e38d17
19 changed files with 326 additions and 415 deletions

View File

@@ -19,7 +19,7 @@ public class MqControllerTest {
@GetMapping("/send")
public void send(String message,Integer time){
amqpProducer.sendCheckTimeOut(message,time);
amqpProducer.sendRoomSettleDelay(message,time);
}
@GetMapping("/send2")