Install NSQ on Mac OS X and use

Source: Internet
Author: User
Tags curl



Installation:


Brew Install NSQ


Use:


The following steps will run a small NSQ cluster on your local machine and walk through publishing, consuming, and archiving messages to disk.


follow the instructions in the INSTALLING doc.


in one shell, start nsqlookupd:


$ nsqlookupd

in another shell, start nsqd:


$ nsqd --lookupd-tcp-address=127.0.0.1:4160

in another shell, start nsqadmin:


$ nsqadmin --lookupd-http-address=127.0.0.1:4161

publish an initial message (creates the topic in the cluster, too):


$ curl -d ‘hello world 1‘ ‘http://127.0.0.1:4151/put?topic=test‘

finally, in another shell, start nsq_to_file:


$ nsq_to_file --topic=test --output-dir=/tmp --lookupd-http-address=127.0.0.1:4161

publish more messages to nsqd:


$ curl -d ‘hello world 2‘ ‘http://127.0.0.1:4151/put?topic=test‘

$ curl -d ‘hello world 3‘ ‘http://127.0.0.1:4151/put?topic=test‘

to verify things worked as expected, in a web browser open http://127.0.0.1:4171/ to view the nsqadmin UI and see statistics. Also, check the contents of the log files (test.*.log) written to /tmp.


The important lesson here is that nsq_to_file (the client) is not explicitly told where the test topic is produced, it retrieves this information from nsqlookupd and, despite the timing of the connection, no messages are lost.


Reference Address:

Http://nsq.io/overview/quick_start.html



Console:



Http://127.0.0.1:4171/counter









Install NSQ on Mac OS X and use


Related Article

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.