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
94
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
81
Asynchronous JS with Promise (+ Workshop)
makara
0
84
Asynchronous JS with Promise
makara
2
150
Other Decks in Programming
See All in Programming
Claude Code、ちょっとした工夫で開発体験が変わる
tigertora7571
0
190
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
140
CSC307 Lecture 10
javiergs
PRO
1
690
LangChain4jとは一味違うLangChain4j-CDI
kazumura
1
130
izumin5210のプロポーザルのネタ探し #tskaigi_msup
izumin5210
1
500
ぼくの開発環境2026
yuzneri
1
290
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
380
株式会社 Sun terras カンパニーデック
sunterras
0
1.9k
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
130
New in Go 1.26 Implementing go fix in product development
sunecosuri
0
120
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
480
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
12
7.2k
Featured
See All Featured
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
950
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
49
9.9k
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
93
Optimising Largest Contentful Paint
csswizardry
37
3.6k
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
470
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
300
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
150
Paper Plane
katiecoart
PRO
0
47k
The Cult of Friendly URLs
andyhume
79
6.8k
Tell your own story through comics
letsgokoyo
1
830
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!