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
180
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
50
Ruby 2.0 Keyword Arguments
switchspan
0
130
Github Back to Basics
switchspan
1
69
RabbitMQ and EasyNetQ
switchspan
1
140
Other Decks in Technology
See All in Technology
Laravelで学ぶOAuthとOpenID Connectの基礎と実装
kyoshidaxx
0
100
組織全体で実現する標準監視設計
yuobayashi
3
500
決済サービスを支えるElastic Cloud - Elastic Cloudの導入と推進、決済サービスのObservability
suzukij
2
660
今のWordPress の制作手法ってなにがあんねん?(改) / What’s the Deal with WordPress Development These Days?
tbshiki
0
510
欠陥分析(ODC分析)における生成AIの活用プロセスと実践事例 / 20260320 Suguru Ishii & Naoki Yamakoshi & Mayu Yoshizawa
shift_evolve
PRO
0
100
JAWS DAYS 2026 AWS知識・技術力を使って隠された旗をゲットせよ!〜出張版「ごーとんカップ」〜 解説編
kaminashi
0
110
Mitigating geopolitical risks with local-first software and atproto
ept
0
120
Claude Code Skills 勉強会 (DevelersIO向けに調整済み) / claude code skills for devio
masahirokawahara
1
22k
社内レビューは機能しているのか
matsuba
0
150
会社紹介資料 / Sansan Company Profile
sansan33
PRO
16
410k
Kubernetesにおける推論基盤
ry
1
420
バクラク最古参プロダクトで重ねた技術投資を振り返る
ypresto
0
180
Featured
See All Featured
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
310
The Curse of the Amulet
leimatthew05
1
10k
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.2k
Ruling the World: When Life Gets Gamed
codingconduct
0
180
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
210
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.9k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
10k
Six Lessons from altMBA
skipperchong
29
4.2k
Design in an AI World
tapps
0
170
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
2k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.9k
Thoughts on Productivity
jonyablonski
75
5.1k
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