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
45
Ruby 2.0 Keyword Arguments
switchspan
0
120
Github Back to Basics
switchspan
1
60
RabbitMQ and EasyNetQ
switchspan
1
140
Other Decks in Technology
See All in Technology
強化されたAmazon Location Serviceによる新機能と開発者体験
dayjournal
3
230
Microsoft Build 2025 技術/製品動向 for Microsoft Startup Tech Community
torumakabe
2
310
怖くない!はじめてのClaude Code
shinya337
0
110
mrubyと micro-ROSが繋ぐロボットの世界
kishima
2
360
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
910
登壇ネタの見つけ方 / How to find talk topics
pinkumohikan
5
540
【PHPカンファレンス 2025】PHPを愛するひとに伝えたい PHPとキャリアの話
tenshoku_draft
0
120
Snowflake Summit 2025全体振り返り / Snowflake Summit 2025 Overall Review
mtpooh
2
420
Witchcraft for Memory
pocke
1
490
Prox Industries株式会社 会社紹介資料
proxindustries
0
330
250627 関西Ruby会議08 前夜祭 RejectKaigi「DJ on Ruby Ver.0.1」
msykd
PRO
2
340
無意味な開発生産性の議論から抜け出すための予兆検知とお金とAI
i35_267
0
130
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
The Straight Up "How To Draw Better" Workshop
denniskardys
234
140k
Rails Girls Zürich Keynote
gr2m
94
14k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Done Done
chrislema
184
16k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Music & Morning Musume
bryan
46
6.6k
How GitHub (no longer) Works
holman
314
140k
Six Lessons from altMBA
skipperchong
28
3.9k
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