Closed GoogleCodeExporter closed 9 years ago
sorry, previous diff was incorrect
--- amqp_consumer.php.orig 2009-08-20 12:52:39.000000000 +0100
+++ amqp_consumer.php 2009-08-20 12:53:48.000000000 +0100
@@ -33,7 +33,7 @@
echo $msg->body;
echo "\n--------\n";
- $ch->basic_ack($msg->delivery_tag);
+ $ch->basic_ack($msg->delivery_info['delivery_tag']);
// Cancel callback
if ($msg->body === 'quit') {
Original comment by cezary.s...@gmail.com
on 20 Aug 2009 at 11:54
patch commited. thanks
Original comment by kroko...@gmail.com
on 21 Aug 2009 at 12:35
Original issue reported on code.google.com by
cezary.s...@gmail.com
on 20 Aug 2009 at 10:15