随笔分类 - rabbitMq
rabbitMq学习
摘要:1,安装依赖库 composer require php-amqplib/php-amqplib 地址:https://github.com/php-amqplib/php-amqplib 2,mq生产者.php include(__DIR__ . '../../public/config.php'
阅读全文
摘要:本文章只适合于使用yum install命令安装的erlang 1、yum list | grep erlang 使用此命令查询出erlang在Linux系统中安装包的名字 2、yum remove erlang.x86_64 原文链接:https://blog.csdn.net/zhangh_0/
阅读全文
摘要:(一)安装运行环境erlang RabbitMq是基于erlang开发,所以在安装RabbitMQ之前,我们需要先安装erlang,官网提供了下载地址: 1,首先下载erlang包 官网地址是:https://www.rabbitmq.com/releases/erlang/ 如图: 2,根据自己需
阅读全文
摘要:1,安装rabbitmq-c 下载地址:https://github.com/alanxz/rabbitmq-c/releases wget -c https://github.com/alanxz/rabbitmq-c/releases/download/v0.8.0/rabbitmq-c-0.8
阅读全文
摘要:因为RabbitMQ是由erlang语言实现的,所以先要安装erlang环境 erlang 下载安装 http://www.erlang.org/download.html rabbitmq 下载安装 https://www.rabbitmq.com/install-windows.html php
阅读全文