package com.mcwl.common.constant; /** * rabbitmq队列常量 * * @author DaiZibo * @date 2024/12/30 * @apiNote */ public class QueueConstants { //发送手机号验证码短信的mq队列 public static final String CODE_QUEUE = "codeQueue"; }