<div>Hi,</div><div> </div><div>just looking at the example for alternate exchanges here <a href="http://www.rabbitmq.com/extensions.html">http://www.rabbitmq.com/extensions.html</a></div><div> </div><div>In this example, is the routing key of &quot;&quot; -- in channel.queueBind(&quot;unrouted&quot;, &quot;my-ae&quot;, &quot;&quot;); like the default in a switch statement</div>
<div> </div><div>Will Rabbit try to first deliver an unrouted message to the same rout on the alternate exchange.  </div><div> </div><div>thanks,</div><div>-Steven</div>