Skip Menu |

This queue is for tickets about the Net-RabbitFoot CPAN distribution.

Report information
The Basics
Id: 95467
Status: new
Priority: 0/
Queue: Net-RabbitFoot

People
Owner: Nobody in particular
Requestors: ewoolley [...] adobe.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Apply Simple Patch to Support Exchange Binding
Date: Thu, 8 May 2014 15:46:20 +0000
To: "bug-Net-RabbitFoot [...] rt.cpan.org" <bug-Net-RabbitFoot [...] rt.cpan.org>
From: Evan Woolley <ewoolley [...] adobe.com>
I'm also submitting a patch to AnyEvent::RabbitMQ to support exchange binding. Please apply this patch so everyone can use this functionality as soon as AnyEvent::RabbitMQ is updated. diff -aur Net-RabbitFoot-1.03/lib/Net/RabbitFoot/Channel.pm Net-RabbitFoot-1.03.new/lib/Net/RabbitFoot/Channel.pm --- Net-RabbitFoot-1.03/lib/Net/RabbitFoot/Channel.pm 2011-04-06 21:39:36.000000000 -0600 +++ Net-RabbitFoot-1.03.new/lib/Net/RabbitFoot/Channel.pm 2014-05-07 13:39:29.446181360 -0600 @@ -13,7 +13,7 @@ BEGIN { for my $method (qw( close - declare_exchange delete_exchange + declare_exchange delete_exchange bind_exchange unbind_exchange declare_queue bind_queue unbind_queue purge_queue delete_queue consume cancel get qos select_tx commit_tx rollback_tx