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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: danclax at rambler dot ru
New email:
PHP Version: OS:

 

 [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 Apr 26 20:01:29 2024 UTC