rabbitmq 铲状态总是开始 [英] rabbitmq shovel state always starting

查看:57
本文介绍了rabbitmq 铲状态总是开始的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用以下rabbitmq配置

With the following rabbitmq config

[   {mnesia, [{dump_log_write_threshold, 100}]},
    {rabbit, [{vm_memory_high_watermark, 0.4}]},
    {rabbitmq_shovel,
        [{shovels,
            [{devShovel,
                [{sources, [{broker, "amqp://shoveluser:shoveluser@server2:5672"}]},
                 {destinations, [{broker, "amqp://shoveluser:shoveluser@localhost:5672"}]},
                 {queue, <<"queue">>},
                 {publish_fields,[{exchange,<<"DataExchange">>}]}
                ]
            }]

        }]
    }
].

和所有相关的队列/交换声明我能够启动我的rabbitmq服务器.但是,当我检查铲子管理时,插件始终显示为铲子状态的开始.是什么导致了这种情况,有什么方法可以获得更多信息?

and all of the relevant queues / exchanges declared I am able to start my rabbitmq server. However, when I check the shovel management, the plugin always displays starting as the state of the shovel. What causes this and is there any way to get more info ?

推荐答案

确保检查用户在代理上的设置是否正确.

Make sure to check the user is setup correctly on the brokers.

这篇关于rabbitmq 铲状态总是开始的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆