Using RABBITMQ to implement Message Queuing based on PHP

Source: Internet
Author: User

1. Get AMQP PHP-based implementation extensions from GitHub

2. Create a producer send.php

View Code

3. Create Consumer receive.php

View Code

4. Performing send.php receive.php in CLI mode can be seen as follows:

Indicates that the production consumption end is OK.

5. Manage View Queue messages: Install the Rabbitmq_management plugin

"5-1" View the currently available plugins:

"5-2" Install enable Rabbitmq_management plugin

"5-3" Enter Rabbitmq_management Management side: http://192.168.38.129:15672/

"5-4" Guest user does not have permission to authorize

Rabbitmqctl Set_user_tags Guest Monitoring

Rabbitmqctl Set_user_tags Guest Management

"5-5" Landing success

Using RABBITMQ to implement Message Queuing based on PHP

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.