Open GoogleCodeExporter opened 8 years ago
On what operating system?
Fedora 10, Linux 2.6.27.41-170.2.117.fc10.x86_64, PHP 5.2.9, RabbitMQ 1.7.0
Original comment by dalij...@gmail.com
on 28 Apr 2010 at 7:12
What version of the product are you using?
Revision 25
Original comment by dalij...@gmail.com
on 28 Apr 2010 at 7:17
Increasing the value of read_write_timeout for the AMQPConnection constructor
allows
the consumer to keep alive longer. But does not seem to fix the root problem
(whatever it is, not sure).
Original comment by dalij...@gmail.com
on 28 Apr 2010 at 9:11
On further inspection, it looks like it's mainly the buffer_read_timeout in
AMQPReader that is making AMQPReader->rawread() fail.
I'm not sure what to do here. I really want to use the basic_consume
functionality,
but it feels kind of wrong to stick the wait() function in a try block and just
keep
ignoring exceptions.
Original comment by dalij...@gmail.com
on 28 Apr 2010 at 10:38
This issue/patch solved the problem. He just removed the buffer_read_timeout
check.
http://code.google.com/p/php-amqplib/issues/detail?id=12&can=1
Original comment by dalij...@gmail.com
on 28 Apr 2010 at 11:50
Original issue reported on code.google.com by
dalij...@gmail.com
on 28 Apr 2010 at 7:08