<br><div class="gmail_quote">On Tue, Feb 8, 2011 at 3:43 PM, Jonathan Brisbin <span dir="ltr"><<a href="mailto:jbrisbin@vmware.com">jbrisbin@vmware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I'm getting some errors while playing with this rabbit_riak_queue implementation I'm working on. It's happening when I get notification of a delivered message. Any idea on what's going on here?<br>
<br>
[...]<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
=ERROR REPORT==== 8-Feb-2011::10:27:55 ===<br>
connection <0.250.0> (running), channel 1 - error:<br>
{{badrecord,resource},<br>
[{rabbit_channel,handle_cast,2},<br>
{gen_server2,handle_msg,2},<br>
{proc_lib,init_p_do_apply,3}]}<br>
<br>
=WARNING REPORT==== 8-Feb-2011::10:27:55 ===<br>
Non-AMQP exit reason '{{badrecord,resource},<br>
[{rabbit_channel,handle_cast,2},<br>
{gen_server2,handle_msg,2},<br>
{proc_lib,init_p_do_apply,3}]}'<br>
<br></blockquote><div><br>Shot in the dark:<br><br>Looks like the 'resource' record doesn't match up somewhere; maybe it's got different number of fields in different locations.<br><br>Robby<br><br></div>
</div>