PHP RABBITMQ Error Broken pipe

Source: Internet
Author: User
Tags connection reset rabbitmq

Fwrite (): Send of bytes failed with errno=32 broken pipe

Fwrite (): Send of bytes failed with errno=104 Connection reset by peer

Using RABBITMQ to do the error on the message queue times, when the consumption queue starts, the unacked instantly achieves a good hundreds of. After check: RABBITMQ server in a short period of time to send a large number of messages to consumer, if you do not have the chance to ACK, then the service will backlog a large number of unacked messages, and consumer if not urgent processing will be in suspended animation or program crashes.

The consequence is that after Consmer crashes, the unacked message Requeue constantly consumes the resources of MQ

Solution:

$connection New Amqpstreamconnection (HOST, PORT, USER, PASS, VHOST); $channel $connectionchannel (); $channel false true false false );  Prefetch_count

PHP RABBITMQ Error Broken pipe

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.