Hi guys,<br><br>I&#39;ve noticed a problem binding/unbind to a header exchange with boolean values using the RabbitMQ Management Plugin. I&#39;m using RabbitMQ 2.7.1, actually I don remember if this was working in 2.5.1.<br>
<br>Basically I can&#39;t bind thru the plugin something like in code would be:<br><br><span style="font-family:courier new,monospace">channel.queueBind(queueName, headerExchange &#39;&#39;, [&#39;my_field_name&#39;: true, &#39;x-match&#39;: &#39;all&#39;]) </span><br>
<br>And also I cannot unbind something with the code above... only by code (java driver).<br>I guess it must something related to string/boolean types missunderstood by the plugin.<br><br>Is a known bug, should I raise a Jira or I&#39;m doing somthing wrong?<br>
<br>Thx!<br>Pablo<br><br>