Giter Club home page Giter Club logo

mqserver's Introduction

MQServer

PHP写的消息队列服务器,可以用来异步执行一些任务,比如发送邮件,短信之类的

安装

1、通过composer包来进行安装

composer create-project wangjian/mqserver mqserver *

输入上面的命令,就可以下载到mqserver目录下

2、下载phar包
点击下载phar包

php mqserver.phar [options] ip port

输入如上命令,开启服务器

启动

启动命令格式为

php index.php [options] ip port

启动参数: p 指定服务器日志路径,此日志用来记录服务器接收到的指令,此日志在服务器重新启动时恢复之前的数据。此选项的默认值为./data,即在当前目录下的data文件中存储日志信息。 例如,输入

php index.php 127.0.0.1 3000

即可在127.0.0.1:3000端口监听客户端请求,并将日志写入到当前目录下的data文件中。请勿删除此data文件,否则可能会引起数据丢失。

持久化

服务器会把每次接收到的命令记录到日志文件中,在下一次启动时,服务器可以重放此日志来实现数据恢复。服务器每次启动时,会对此日志进行压缩。

与服务器交互

使用我编写的wangjian/mqclient库与服务器交互

mqserver's People

Contributors

wangsir0624 avatar

Watchers

Fanhonglei avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.