2021年5月19日

rabbitmq生产与消费测试

摘要: 消息生成者: <?php defined('BASEPATH') OR exit('No direct script access allowed'); /* require_once FCPATH . '/vendor/autoload.php'; use PhpAmqpLib\Connectio 阅读全文

posted @ 2021-05-19 09:10 andydaopeng 阅读(169) 评论(0) 推荐(0) 编辑

RabbitMQ各方法详解

摘要: exchange_declare($exchange, $type, $passive = false, $durable = false, $auto_delete = true, $internal = false, $nowait = false, $arguments = array(), 阅读全文

posted @ 2021-05-19 08:58 andydaopeng 阅读(289) 评论(0) 推荐(0) 编辑