|
@@ -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 |
|
|
system.msg.queue.topic.tx=tx |
|
|