Administrator
2026-02-12 09d39ca16207f40800969e62255a9b576dac105b
src/main/java/cc/mrbird/febs/rabbit/enumerates/RabbitQueueEnum.java
@@ -7,6 +7,7 @@
public enum RabbitQueueEnum {
    QUESTION_ADD_ALI("exchange_question_add_ali", "route_key_question_add_ali", QueueConstants.QUESTION_ADD_ALI),
    KNOWLEDGE_ADD_ALI("exchange_knowledge_add_ali", "route_key_knowledge_add_ali", QueueConstants.KNOWLEDGE_ADD_ALI),
    CLOTHES_ADD_COLLECT("exchange_clothes_add_collect", "route_key_clothes_add_collect", QueueConstants.CLOTHES_ADD_COLLECT),
    CLOTHES_ADD_LIKE("exchange_clothes_add_like", "route_key_clothes_add_like", QueueConstants.CLOTHES_ADD_LIKE),