[rabbitmq-discuss] errors in riak_queue impl

Matthew Sackman matthew at rabbitmq.com
Tue Feb 8 16:14:44 GMT 2011


On Tue, Feb 08, 2011 at 03:47:00PM +0000, Robert Raschke wrote:
> > =WARNING REPORT==== 8-Feb-2011::10:27:55 ===
> > Non-AMQP exit reason '{{badrecord,resource},
> >                       [{rabbit_channel,handle_cast,2},
> >                        {gen_server2,handle_msg,2},
> >                        {proc_lib,init_p_do_apply,3}]}'
> >
> >
> Shot in the dark:
> 
> Looks like the 'resource' record doesn't match up somewhere; maybe it's got
> different number of fields in different locations.

Probably something like you're using an #amqqueue where you should just
be using a #resource, or you're using a binary where you should be using
a #resource... something like that.

Matthew


More information about the rabbitmq-discuss mailing list