<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/9/15 skavans <span dir="ltr"><<a href="mailto:vans.zarya@gmail.com" target="_blank">vans.zarya@gmail.com</a>></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 'default' consumers process messages having an absent routing key ('q3'<br>
for example). However, when I send the message with key 'q3' it will resend<br>
to alternate exchange and reject there because AE does not know what to do<br>
with messages with 'q3' key</div></blockquote></div><br></div><div class="gmail_extra">Make your AE a fanout so that it routes everything to the queue named 'default'.<br><br></div><div class="gmail_extra">
You keep saying "rejected", 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>