In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces the relevant knowledge of "how to deploy zeromq message queue in CentOS". The editor shows you the operation process through an actual case. The operation method is simple, fast and practical. I hope this article "how to deploy zeromq message queue in CentOS" can help you solve the problem.
Zeromq focuses on message communication, powerful and simple, worthy of the fastest queuing system, regardless of system efficiency or development efficiency. It extends the standard socket interface using features traditionally provided by specialized messaging middleware products. It provides asynchronous message queuing, multiple message delivery modes, message filtering (subscription), seamless access to multiple transport protocols, and so on.
Install zeromq
1, administrative tools 5 installation
[root@localhost workspace] # yum search zeromqczmq.x86_64: High-level C binding for 0MQ (ZeroMQ) php-zmq.x86_64: ZeroMQ messagingpython-txzmq.noarch: Twisted bindings for ZeroMQzeromq-devel.i686: Development files for zeromqzeromq-devel.x86_64: Development files for zeromqzeromq3-devel.i686: Development files for zeromq3zeromq3-devel.x86_64: Development files for zeromq3czmq.i686: High-level C binding for 0MQ (ZeroMQ) fedmsg.noarch: Tools for Fedora Infrastructure real-time messagingmoksha.noarch: A platform for creating real-time web Applicationspython-askbot-fedmsg.noarch: Askbot plugin for emitting events to the Fedora message buszeromq.i686: Software library for fast Message-based applicationszeromq.x86_64: Software library for fast, message-based applicationszeromq3.i686: Software library for fast, message-based applicationszeromq3.x86_64: Software library for fast, message-based applications
Just choose the version you want to install.
[root@localhost workspace] # yum install zeromq3 php-zmq
It's easy, and the php extensions for zeromq and zeromq are installed.
2. Install zeromq manually
Download address:
Http://download.zeromq.org/https://github.com/mkoppanen/php-zmq
Install zeromq
Tar zxvf zeromq-4.0.4.tar.gz cd zeromq-4.0.4. / configure-- prefix=/usr/local/zeromq make & & make install install the php extension unzip php-zmq-master.zip cd php-zmq-master / usr/local/php/bin/phpize. / configure-- with-php-config=/usr/local/php/bin/php-config make & & make install
Modify php.ini, join extension=zmq.so, restart php, done. By the way, there are examples in the php-zmq-master/examples directory, you can take a look at them.
The biggest advantage of manual installation is that you can install the latest version, while administrative tools are subject to the source, but the latest is not necessarily the most stable. Choose what the root needs.
This is the end of the introduction to "how to deploy zeromq message queues in CentOS". Thank you for reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.