<div dir="ltr"><div>Hi Alvaro.�<br>Thanks for the quick fix�</div><div><br></div><div>BTW: Going over your book helped me a lot in planning my pub sub system. Thanks. :-)</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Mar 31, 2014 at 6:02 PM, Alvaro Videla <span dir="ltr"><<a href="mailto:videlalvaro@gmail.com" target="_blank">videlalvaro@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I've fixed the blog post so the graphics are displayed:<br>
<a href="http://www.rabbitmq.com/blog/2010/10/19/exchange-to-exchange-bindings/" target="_blank">http://www.rabbitmq.com/blog/2010/10/19/exchange-to-exchange-bindings/</a><br>
<br>
To bind to an exchange with an empty routing key you can do:<br>
ch.exchangeBind("source", "destination", "");<br>
<br>
See exchangeBind here:<br>
<a href="http://www.rabbitmq.com/releases/rabbitmq-java-client/v3.2.4/rabbitmq-java-client-javadoc-3.2.4/" target="_blank">http://www.rabbitmq.com/releases/rabbitmq-java-client/v3.2.4/rabbitmq-java-client-javadoc-3.2.4/</a><br>

<br>
About loading exchange definitions at startup, see this:<br>
<a href="http://www.rabbitmq.com/management.html#load-definitions" target="_blank">http://www.rabbitmq.com/management.html#load-definitions</a><br>
<br>
Regards,<br>
<br>
Alvaro<br>
<div><div class="h5"><br>
On Mon, Mar 31, 2014 at 4:21 PM, rails <<a href="mailto:stammailbox@gmail.com">stammailbox@gmail.com</a>> wrote:<br>
> I need to listen to all messages going through my rabbit server.<br>
> I was offered in this forum to bind another exchange and move all the<br>
> messages to it<br>
> So I found ExchangeBind()<br>
> problem:<br>
> 1. <a href="https://www.rabbitmq.com/blog/2010/10/19/exchange-to-exchange-bindings/" target="_blank">https://www.rabbitmq.com/blog/2010/10/19/exchange-to-exchange-bindings/</a><br>
> a. This page lacks the full explanation.<br>
> b. Due to a bug The picture do not apear.<br>
> 2. I want to move all the messages to the other exchange and in the method I<br>
> have to define a routing key<br>
> 3. How Can I configure this state in files (so in a new rabbit instance it<br>
> will be loaded before the first client runs.)<br>
> Thanks.<br>
><br>
</div></div>> _______________________________________________<br>
> rabbitmq-discuss mailing list<br>
> <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
> <a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
><br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br></div>