Browse Source

update mq.config

tags/1.6.5
liuyuanmu 1 year ago
parent
commit
595fe7530a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      deploy/deploy-peer/src/main/resources/config/init/mq/mq.config

+ 2
- 2
deploy/deploy-peer/src/main/resources/config/init/mq/mq.config View File

@@ -1,5 +1,5 @@
# MQ连接地址,格式:{MQ类型}://{IP}:{PORT}
system.msg.queue.server=amqp://127.0.0.1:5672
# MQ服务URI,格式:{MQ类型前缀}://{MQ URI},当前支持 RabbitMQ(固定第0个节点出块)和ActiveMQ(动态节点出块),前缀分别为:rabbitmq和activemq
system.msg.queue.server=activemq://failover:(tcp://localhost:61616)?initialReconnectDelay=1000&maxReconnectDelay=30000

# 当前账本交易发送队列主题(不同账本需不同主题)
system.msg.queue.topic.tx=tx


Loading…
Cancel
Save