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
品質視点から考える組織デザイン/Organizational Design from Quality
mii3king
0
210
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
2
270
DroidKaigi 2025 Androidエンジニアとしてのキャリア
mhidaka
2
370
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
420
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
450
20250912_RPALT_データを集める→とっ散らかる問題_Obsidian紹介
ratsbane666
0
100
LLMを搭載したプロダクトの品質保証の模索と学び
qa
0
1.1k
AIエージェント開発用SDKとローカルLLMをLINE Botと組み合わせてみた / LINEを使ったLT大会 #14
you
PRO
0
130
LLM時代のパフォーマンスチューニング:MongoDB運用で試したコンテキスト活用の工夫
ishikawa_pro
0
160
Firestore → Spanner 移行 を成功させた段階的移行プロセス
athug
1
490
普通のチームがスクラムを会得するたった一つの冴えたやり方 / the best way to scrum
okamototakuyasr2
0
100
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Done Done
chrislema
185
16k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Become a Pro
speakerdeck
PRO
29
5.5k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
113
20k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
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