This commit is contained in:
张良(004796)
2024-01-11 13:49:01 +08:00
parent fc2b6ef12d
commit 2043169ff3
5 changed files with 73 additions and 11 deletions

View File

@@ -13,7 +13,6 @@ public class AmqpProducer {
rabbitTemplate.convertAndSend(AmqpConsumer.CALCULATE_SALES_EXCHANGE, AmqpConsumer.CALCULATE_SALES_KEY, message);
}
public void sendCheckTimeOut(String message,Integer timeout){
rabbitTemplate.convertAndSend(CheckTimeOutMqConfig.EXCHANGE_NAME,
CheckTimeOutMqConfig.ROUTING_KEY,