[rabbitmq-discuss] Riak exchange fails in exchange.declare

Brett Cameron brett.r.cameron at gmail.com
Wed Oct 16 19:14:39 BST 2013


Anders,

Maybe give https://github.com/brc859844/riak-exchange 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't quote me on it.

Brett


On Thu, Oct 17, 2013 at 2:44 AM, Emile Joubert <emile at rabbitmq.com> wrote:

>
> Hi,
>
> On 16/10/13 11:53, Anders Kullberg wrote:
>
> >              [{rabbit_exchange_type_riak,exchange_type,
> >                   [{exchange,
> >                        {resource,<<"/">>,exchange,<<"apa">>},
> >                        'x-riak',true,false,false,[],undefined,undefined,
> >                        {[],[]}}]},
>
> -record(exchange, {name, type, durable, auto_delete, internal,
> arguments, scratches, policy}).
>
> -record(exchange, {name, type, durable, auto_delete, internal,
> arguments, scratches, policy, decorators}).
>
>
> It looks like that exchange requires updating to work with the latest
> version of RabbitMQ. Its definition of an exchange does not support
> exchange decorators. You can ask the author to refresh the library or
> use the version of RabbitMQ that the library was written for (3.0.0
> according to the documentation, but 3.0.4 should also work).
>
>
>
> -Emile
>
>
>
>
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131017/6323b9a9/attachment.htm>


More information about the rabbitmq-discuss mailing list