Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Loose Coupling with Message Queue / Bus (the sh...
Search
Makara Wang
April 20, 2013
Programming
1
92
Loose Coupling with Message Queue / Bus (the short version)
Makara Wang
April 20, 2013
Tweet
Share
More Decks by Makara Wang
See All by Makara Wang
Code Reuse in Node.js (the short version)
makara
0
80
Asynchronous JS with Promise (+ Workshop)
makara
0
82
Asynchronous JS with Promise
makara
2
150
Other Decks in Programming
See All in Programming
The Modern View Layer Rails Deserves: A Vision For 2025 And Beyond @ RailsConf 2025, Philadelphia, PA
marcoroth
2
650
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
1
6.6k
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
3
780
TypeScriptでDXを上げろ! Hono編
yusukebe
3
530
Goで作る、開発・CI環境
sin392
0
240
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
200
チームで開発し事業を加速するための"良い"設計の考え方 @ サポーターズCoLab 2025-07-08
agatan
1
450
MCPを使ってイベントソーシングのAIコーディングを効率化する / Streamlining Event Sourcing AI Coding with MCP
tomohisa
0
150
What's new in AppKit on macOS 26
1024jp
0
130
すべてのコンテキストを、 ユーザー価値に変える
applism118
4
1.4k
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
5
560
#QiitaBash MCPのセキュリティ
ryosukedtomita
1
1.4k
Featured
See All Featured
How to Ace a Technical Interview
jacobian
278
23k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Testing 201, or: Great Expectations
jmmastey
43
7.6k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Optimizing for Happiness
mojombo
379
70k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
A Tale of Four Properties
chriscoyier
160
23k
Writing Fast Ruby
sferik
628
62k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Transcript
Loose Coupling with Message Queue / Bus (the short version)
⺩王浩宇 Makara Wang
[email protected]
2013.04.20
Assuming you know... Message Queue / Bus Pub / Sub,
Push / Pull, Req / Rep, ... Socket
Typically... Req Session(Auth) Data CRUD Log Res ...
Becomes... Req Session(Auth) Data CRUD Log ... MQ Res Res
Going crazy... Req Session(Auth) Model CRUD Log ... MQ Res
Even MORE... Req MQ MQ MQ ...
Don’t ask me why...
Thanks!