RabbitMQ in Action
eBook - ePub

RabbitMQ in Action

Distributed Messaging for Everyone

  1. 312 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

RabbitMQ in Action

Distributed Messaging for Everyone

About this book

Summary RabbitMQ in Action is a fast-paced run through building and managing scalable applications using the RabbitMQ messaging server. It starts by explaining how message queuing works, its history, and how RabbitMQ fits in. Then it shows you real-world examples you can apply to your own scalability and interoperability challenges.
About the Technology
There's a virtual switchboard at the core of most large applications where messages race between servers, programs, and services. RabbitMQ is an efficient and easy-to-deploy queue that handles this message traffic effortlessly in all situations, from web startups to massive enterprise systems.
About the Book
RabbitMQ in Action teaches you to build and manage scalable applications in multiple languages using the RabbitMQ messaging server. It's a snap to get started. You'll learn how message queuing works and how RabbitMQ fits in. Then, you'll explore practical scalability and interoperability issues through many examples. By the end, you'll know how to make Rabbit run like a well-oiled machine in a 24 x 7 x 365 environment.Written for developers familiar with Python, PHP, Java, .NET, or any other modern programming language. No RabbitMQ experience required. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
What's Inside

  • Learn fundamental messaging design patterns
  • Use patterns for on-demand scalability
  • Glue a PHP frontend to a backend written in anything
  • Implement a PubSub-alerting service in 30 minutes flat
  • Configure RabbitMQ's built-in clustering
  • Monitor, manage, extend, and tune RabbitMQ


========================================?====

Table of Contents

  • Pulling RabbitMQ out of the hat
  • Understanding messaging
  • Running and administering Rabbit
  • Solving problems with Rabbit: coding and patterns
  • Clustering and dealing with failure
  • Writing code that survives failure
  • Warrens and Shovels: failover and replication
  • Administering RabbitMQ from the Web
  • Controlling Rabbit with the REST API
  • Monitoring: Houston, we have a problem
  • Supercharging and securing your Rabbit
  • Smart Rabbits: extending RabbitMQ

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access RabbitMQ in Action by Jason Williams in PDF and/or ePUB format, as well as other popular books in Computer Science & Open Source Programming. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Copyright
  2. Dedication
  3. Brief Table of Contents
  4. Table of Contents
  5. Foreword
  6. Preface
  7. Acknowledgments
  8. About this Book
  9. About the Cover Illustration
  10. Chapter 1. Pulling RabbitMQ out of the hat
  11. Chapter 2. Understanding messaging
  12. Chapter 3. Running and administering Rabbit
  13. Chapter 4. Solving problems with Rabbit: coding and patterns
  14. Chapter 5. Clustering and dealing with failure
  15. Chapter 6. Writing code that survives failure
  16. Chapter 7. Warrens and Shovels: failover and replication
  17. Chapter 8. Administering RabbitMQ from the Web
  18. Chapter 9. Controlling Rabbit with the REST API
  19. Chapter 10. Monitoring: Houston, we have a problem
  20. Chapter 11. Supercharging and securing your Rabbit
  21. Chapter 12. Smart Rabbits: extending RabbitMQ
  22. Appendix A. Using Rabbit from Java and .NET
  23. Appendix B. Online resources
  24. Appendix C. Installing RabbitMQ on Windows
  25. Index
  26. List of Figures
  27. List of Tables
  28. List of Listings