123
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user