Difference between revisions of "NATS Messaging"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
# Learn about [[wikipedia:Message-oriented_middleware]] and different software implementations such us: [[ActiveMQ]], [[RedHat AMQ]] or [[Apache Kafka]] | # Learn about [[wikipedia:Message-oriented_middleware]] and different software implementations such us: [[ActiveMQ]], [[RedHat AMQ]] or [[Apache Kafka]] | ||
# Install NATS using docker: https://hub.docker.com/_/nats | # Install NATS using docker: https://hub.docker.com/_/nats | ||
+ | ## Install NATS in macOS: <code>brew install nats-server</code> | ||
# Read NATS source code: https://github.com/nats-io/nats-server | # Read NATS source code: https://github.com/nats-io/nats-server | ||
# Learn how to [[Monitoring|monitor]] your NATS: https://nats-io.github.io/docs/faq#how-can-i-monitor-my-nats-cluster | # Learn how to [[Monitoring|monitor]] your NATS: https://nats-io.github.io/docs/faq#how-can-i-monitor-my-nats-cluster |
Revision as of 05:28, 19 December 2019
NATS is an open-source software messaging system written in Go programming language with Kubernetes and Prometheus integration. NATs sever listen on TCP port 4222.
Activities
- Learn about wikipedia:Message-oriented_middleware and different software implementations such us: ActiveMQ, RedHat AMQ or Apache Kafka
- Install NATS using docker: https://hub.docker.com/_/nats
- Install NATS in macOS:
brew install nats-server
- Install NATS in macOS:
- Read NATS source code: https://github.com/nats-io/nats-server
- Learn how to monitor your NATS: https://nats-io.github.io/docs/faq#how-can-i-monitor-my-nats-cluster
See also
Advertising: