php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #62772 consume method hangs script forever if no messages in queue available
Submitted: 2012-08-07 18:42 UTC Modified: 2018-03-25 22:23 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: danclax at rambler dot ru Assigned: cmb (profile)
Status: Closed Package: amqp (PECL)
PHP Version: 5.3Git-2012-08-07 (Git) OS: CentOS 6.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
48 + 19 = ?
Subscribe to this entry?

 
 [2012-08-07 18:42 UTC] danclax at rambler dot ru
Description:
------------
when calling AMQPQueue::consume it should be a way to set method timeout. Otherwise PHP script will run for a long time, even if browser close connection. Also connection is kept to amqp server, until httpd restart


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-11-14 01:02 UTC] bkw at codingforce dot com
The just released version 1.0.9 adds specifying timeouts for the socket, 
unfortunately we're still struggling to get the documentation up to date.
In the meantime, you can find an example at https://github.com/pdezwart/php-
amqp/blob/master/tests/amqpqueue_consume_timeout.phpt
 [2017-08-29 23:34 UTC] kalle@php.net
-Type: Bug +Type: Documentation Problem
 [2018-03-25 22:23 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2018-03-25 22:23 UTC] cmb@php.net
The amqp book has been removed from the PHP manual[1], so this
ticket is obsolete.

[1] <http://svn.php.net/viewvc?view=revision&revision=333033>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC