MqConstant.java 263 B

123456789101112131415
  1. package com.zcxk.sync.constant;
  2. /**
  3. * @author Andy
  4. * @version V1.0
  5. * @description: mq常量
  6. * @date 2021/7/28
  7. **/
  8. public class MqConstant {
  9. /**
  10. * 同步org组织队列
  11. */
  12. public static final String SYNC_ORG_QUEUE = "canal-t-org-queue";
  13. }