Tag: Cluster
2 articles
JMS Queue/Topic Cluster: Avoiding Duplicate Consumption
JMS Topic broadcasts in application cluster, causing same business to be repeatedly consumed by multiple nodes. Use ActiveMQ Virtual Topic (or JMS 2.0 Shared Subscription) to implement inter-group ...
FastDFS Cluster Practice: 3-Node Tracker/Storage + Nginx
Deploy tracker, storage, and Nginx on three hosts with round-robin upload. Key points: Nginx+mod_fastdfs routing and monitoring verification. Output: reusable cluster config checklist + version mat...