<div dir="ltr">Hi guys, <div>me again :-) </div><div><br></div><div>I need a reference please to a multiple routing keys binded queue. </div><div>You see, I created a queue and binded it once with </div><div>channel.queuebind()</div>
<div>and another time with </div><div>channel.queuebind()</div><div><br></div><div>until i got this two bindings on the same queue. </div><div>but upon publishing - only the first bounded message was transfered successfully. </div>
<div>(I even replaced the orders and still - only the first. so my publishing is ok)</div><div><br></div><div>What i didnt do - is define the channel.basicConsumer with a new subscriber.</div><div>should I do it ? I want the old subsciver to get more messages. what did I do wrong?</div>
<div><br></div><div>Here is a list of my queues is</div><div>you can see that <span class="Apple-style-span" style="font-family: monospace; white-space: pre; ">amq.gen-4ae4QUbSNevC/RgM+8C9CA== </span>is binded to two keys.</div>
<div><br></div><div>but the message goes only to the first key (did I mention it already?)</div><div><pre>Listing queues ...
amq.gen-4ae4QUbSNevC/RgM+8C9CA== 0
amq.gen-sgZK0bSc0W3QEXda8m1vIQ== 0
PositionsQueue 1
...done.
rabbitmqctl.bat list_bindings
<br></pre><pre>Listing bindings ...
exchange PositionsQueue queue PositionsQueue []
exchange amq.gen-4ae4QUbSNevC/RgM+8C9CA== queue amq.gen-4ae4QUbSNevC/RgM+8C9CA==
exchange amq.gen-sgZK0bSc0W3QEXda8m1vIQ== queue amq.gen-sgZK0bSc0W3QEXda8m1vIQ==
<div style="direction: rtl;"></div>Positions_Exchange exchange amq.gen-4ae4QUbSNevC/RgM+8C9CA== queue Account:Account1
Positions_Exchange exchange amq.gen-4ae4QUbSNevC/RgM+8C9CA== queue Portfolio:Portfolio1
...done.
</pre><pre>10x a lot </pre><pre><br></pre></div></div>