Tag

NameServer

0 views collected around this technical thread.

Cognitive Technology Team
Cognitive Technology Team
Apr 8, 2025 · Backend Development

Design and Implementation of RocketMQ NameServer: Core Functions, Architecture, and Optimization Strategies

The article explains RocketMQ NameServer's lightweight, stateless design, its core routing and metadata management functions, AP‑oriented architecture, fault‑tolerant mechanisms, scalability features, and practical optimization techniques for high availability and low operational cost.

Distributed MessagingNameServerRocketMQ
0 likes · 6 min read
Design and Implementation of RocketMQ NameServer: Core Functions, Architecture, and Optimization Strategies
Architecture & Thinking
Architecture & Thinking
Aug 22, 2022 · Backend Development

How RocketMQ NameServer Works: Registration, Heartbeats, and Failover

This article explains the role of RocketMQ's NameServer, detailing its registration process, data structures, periodic heartbeat checks, failure cleanup, and how producers and consumers retrieve routing information to send and receive messages efficiently.

Message QueueNameServerRocketMQ
0 likes · 11 min read
How RocketMQ NameServer Works: Registration, Heartbeats, and Failover
vivo Internet Technology
vivo Internet Technology
Sep 15, 2021 · Backend Development

RocketMQ NameServer Architecture Design and Source Code Analysis

The article thoroughly examines RocketMQ’s NameServer, detailing its lightweight registration-center architecture, startup sequence, and the three core routing mechanisms—registration via broker heartbeats, timed removal of stale brokers, and client‑pulled discovery—while explaining key metadata tables and design patterns such as JVM shutdown hooks and read‑write locks for high‑concurrency safety.

Architecture DesignMessage QueueNameServer
0 likes · 30 min read
RocketMQ NameServer Architecture Design and Source Code Analysis
Java Captain
Java Captain
Jun 5, 2019 · Backend Development

RocketMQ Practical Guide: Overview, Architecture, and Dual‑Master Deployment Steps

This article introduces RocketMQ, compares it with ActiveMQ, explains its producer/consumer group model, describes various broker deployment modes, and provides a step‑by‑step dual‑master installation guide with configuration, log, and console setup instructions.

BrokerInstallationMessage Queue
0 likes · 7 min read
RocketMQ Practical Guide: Overview, Architecture, and Dual‑Master Deployment Steps