<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/9/15 skavans <span dir="ltr">&lt;<a href="mailto:vans.zarya@gmail.com" target="_blank">vans.zarya@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div id=":c8" style="overflow:hidden">I want<br>
the &#39;default&#39; consumers process messages having an absent routing key (&#39;q3&#39;<br>
for example). However, when I send the message with key &#39;q3&#39; it will resend<br>
to alternate exchange and reject there because AE does not know what to do<br>
with messages with &#39;q3&#39; key</div></blockquote></div><br></div><div class="gmail_extra">Make your AE a fanout so that it routes everything to the queue named &#39;default&#39;.<br><br></div><div class="gmail_extra">

You keep saying &quot;rejected&quot;, unroutable messages are not rejected, they are either<br></div><div class="gmail_extra"><br>1. Returned to the client<br></div><div class="gmail_extra">2. Re-published to AE<br></div>

<div class="gmail_extra">3. Dropped<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">In case of 2, you need to make sure that AE can route them somewhere, like with<br>any other exchange.<br></div><div class="gmail_extra">

-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
</div></div>