All Downloads are FREE. Search and download functionalities are using the official Maven repository.

epiecex.mq-aliyun-example.1.0.source-code.application.yaml Maven / Gradle / Ivy

The newest version!
aliyun :
  #阿里云授权KEY
  accessKey : XXXX
  #阿里云秘钥
  secretKey : XXXX

  mq :
    #topic、cid、pid的后缀 (用于区分 开发 生产模式)
    suffix : _dev

    producer :
      #发送超时时间(毫秒)
      sendTimeOut : 1000

      #生产者路径,支持多个 以,分割
      packages : com.mq.aliyun.example

    consumer :
      #扫描实现了ConsumerAble的类的路径,支持多个 以,分割
      packages : com.mq.aliyun.example

      #默认消费线程数 , 缺省20
      defaultThread : 10

      #集群模式: CLUSTERING ,广播模式: BROADCASTING
      defaultModel : CLUSTERING

      #默认重试次数, 缺省16次
      defaultMaxReconsume : 5

      #顺序消息消费失败进行重试前的等待时间 单位(毫秒) , 默认100
      #仅顺序消息才会生效
      suspendTime : 200




© 2015 - 2025 Weber Informatics LLC | Privacy Policy