【问题标题】:rabbitmq specific routing key not acceptedrabbitmq 特定的路由密钥不被接受
【发布时间】:2017-09-25 18:10:46
【问题描述】:

当我尝试在交换(类型:主题)和队列之间创建绑定时,我在 rabbitmq 中遇到了一个问题。

每当我尝试使用特定键创建绑定时,它都不起作用,但是当我使用一些不同的键时,它会起作用

例如,密钥“asd.fywm.gjfritecrwmw.qoermah”有效,但“asd.fywm.gjfritecrwmw.qoermag”无效

创建绑定时出现错误消息:

 =ERROR REPORT==== 19-Sep-2017::09:39:45 ===
Channel error on connection <0.29697.2398> (<rabbit@Servername.3.29697.2398>, vhost: 'MY-VHOST', user: 'user'), channel 1:
operation queue.bind caused a channel exception not_found: "no binding asd.fywm.gjfritecrwmw.qoermag between exchange 'MY_EXCHANGE' in vhost 'MY-VHOST' and queue 'my_q' in vhost 'MY-VHOST'"

是否有可能由于路由键值仍然存在于rabbitmq的Mnesia db中的某个地方?

任何想法如何解决这个问题?

【问题讨论】:

    标签: rabbitmq


    【解决方案1】:

    根据我在下面论坛的交流,看来升级是唯一的选择。

    https://groups.google.com/forum/#!topic/rabbitmq-users/CeaOic-oPYs

    【讨论】:

      猜你喜欢
      • 2018-09-08
      • 2012-07-11
      • 2023-03-03
      • 1970-01-01
      • 2013-03-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-12-28
      相关资源
      最近更新 更多