<div dir="ltr"><div><div>Anders,<br><br></div>Maybe give <a href="https://github.com/brc859844/riak-exchange">https://github.com/brc859844/riak-exchange</a> a spin. I updated it a while back for RabbitMQ 3.1.0, which I think should be compatible with 3.1.5, but don&#39;t quote me on it.<br>
<br></div>Brett<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Oct 17, 2013 at 2:44 AM, Emile Joubert <span dir="ltr">&lt;<a href="mailto:emile@rabbitmq.com" target="_blank">emile@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi,<br>
<div class="im"><br>
On 16/10/13 11:53, Anders Kullberg wrote:<br>
<br>
&gt; � � � � � � �[{rabbit_exchange_type_riak,exchange_type,<br>
&gt; � � � � � � � � � [{exchange,<br>
&gt; � � � � � � � � � � � �{resource,&lt;&lt;&quot;/&quot;&gt;&gt;,exchange,&lt;&lt;&quot;apa&quot;&gt;&gt;},<br>
&gt; � � � � � � � � � � � �&#39;x-riak&#39;,true,false,false,[],undefined,undefined,<br>
&gt; � � � � � � � � � � � �{[],[]}}]},<br>
<br>
</div>-record(exchange, {name, type, durable, auto_delete, internal,<br>
arguments, scratches, policy}).<br>
<br>
-record(exchange, {name, type, durable, auto_delete, internal,<br>
arguments, scratches, policy, decorators}).<br>
<br>
<br>
It looks like that exchange requires updating to work with the latest<br>
version of RabbitMQ. Its definition of an exchange does not support<br>
exchange decorators. You can ask the author to refresh the library or<br>
use the version of RabbitMQ that the library was written for (3.0.0<br>
according to the documentation, but 3.0.4 should also work).<br>
<br>
<br>
<br>
-Emile<br>
<br>
<br>
<br>
<br>
<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>