mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed typo. Patch by Tyler Davis (via OE)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327195 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8832e6644e
commit
edb012ddea
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<methodparam choice="opt"><type>string</type><parameter>flags</parameter><initializer><constant>AMQP_NOPARAM</constant></initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Mark the message identified by <parameter>delivery_tab</parameter> as explicitly not acknowledged. This method can only be called on messages that have not yet been acknowledged, meaning that messages retrieved with by <methodname>AMQPQueue::consume</methodname> and <methodname>AMQPQueue::get</methodname> and using the <constant>AMQP_AUTOACK</constant> flag are not eligible.
|
||||
Mark the message identified by <parameter>delivery_tag</parameter> as explicitly not acknowledged. This method can only be called on messages that have not yet been acknowledged, meaning that messages retrieved with by <methodname>AMQPQueue::consume</methodname> and <methodname>AMQPQueue::get</methodname> and using the <constant>AMQP_AUTOACK</constant> flag are not eligible.
|
||||
</para>
|
||||
<para>
|
||||
When called, the broker will immediately put the message back onto the queue, instead of waiting until the connection is closed.
|
||||
|
|
Loading…
Reference in a new issue