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
Lighten the load with RabbitMQ
Search
Ken Taylor
February 14, 2013
Technology
0
170
Lighten the load with RabbitMQ
757 Ruby Users Group presentation on RabbitMQ.
Ken Taylor
February 14, 2013
Tweet
Share
More Decks by Ken Taylor
See All by Ken Taylor
Google BigQuery for the Big Data win
switchspan
0
46
Ruby 2.0 Keyword Arguments
switchspan
0
120
Github Back to Basics
switchspan
1
61
RabbitMQ and EasyNetQ
switchspan
1
140
Other Decks in Technology
See All in Technology
クラウドとリアルの融合により、製造業はどう変わるのか?〜クラスメソッドの製造業への取組と共に〜
hamadakoji
0
130
AIとともに歩んでいくデザイナーの役割の変化
lycorptech_jp
PRO
0
640
Performance Insights 廃止から Database Insights 利用へ/transition-from-performance-insights-to-database-insights
emiki
0
340
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
940
Codexとも仲良く。CodeRabbit CLIの紹介
moongift
PRO
1
260
Data Hubグループ 紹介資料
sansan33
PRO
0
2.2k
All About Sansan – for New Global Engineers
sansan33
PRO
1
1.2k
Claude Codeを駆使した初めてのiOSアプリ開発 ~ゼロから3週間でグローバルハッカソンで入賞するまで~
oikon48
10
5.1k
事業開発におけるDify活用事例
kentarofujii
4
1.1k
データ戦略部門 紹介資料
sansan33
PRO
1
3.8k
[2025年10月版] Databricks Data + AI Boot Camp
databricksjapan
1
200
「改善」ってこれでいいんだっけ?
ukigmo_hiro
0
380
Featured
See All Featured
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Building an army of robots
kneath
306
46k
Designing Experiences People Love
moore
142
24k
Faster Mobile Websites
deanohume
310
31k
GitHub's CSS Performance
jonrohan
1032
470k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
990
The Cult of Friendly URLs
andyhume
79
6.6k
Code Reviewing Like a Champion
maltzj
526
40k
Bash Introduction
62gerente
615
210k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
920
Transcript
Lighten the load with RabbitMQ Ken Taylor @taylorka
Distributed computing is a lot of work
You’re here to learn a better way to create distributed
systems
You write a lot of code to distribute tasks
You would like to have a quicker way to distribute
tasks
Use RabbitMQ to distribute your work
Set up a RabbitMQ server
Install the Erlang OTP Libraries
Determine whether you have a 32 or 64-bit OS
Download the Erlang OTP installer
Install Erlang OTP
Install the RabbitMQ server
Configure the RabbitMQ server
Create a message producer
Install an AMQP client library
Create a connection to a RabbitMQ exchange
Publish a message
Create a message consumer
Install an AMQP client library
Subscribe to a message queue
Consume a message
What other reasons should you use RabbitMQ?
Do it for ‘merica
Do it for the children: They love rabbits.
Kittens are killed when you don’t use RabbitMQ
Questions? Important Links: www.rabbitmq.com www.erlang-solutions.com github.com/ruby-amqp/amqp About Me: Ken Taylor
Twitter: @taylorka Blog: switchspan.com