
- 312 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
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
- 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.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Copyright
- Dedication
- Brief Table of Contents
- Table of Contents
- Foreword
- Preface
- Acknowledgments
- About this Book
- About the Cover Illustration
- Chapter 1. Pulling RabbitMQ out of the hat
- Chapter 2. Understanding messaging
- Chapter 3. Running and administering Rabbit
- Chapter 4. Solving problems with Rabbit: coding and patterns
- Chapter 5. Clustering and dealing with failure
- Chapter 6. Writing code that survives failure
- Chapter 7. Warrens and Shovels: failover and replication
- Chapter 8. Administering RabbitMQ from the Web
- Chapter 9. Controlling Rabbit with the REST API
- Chapter 10. Monitoring: Houston, we have a problem
- Chapter 11. Supercharging and securing your Rabbit
- Chapter 12. Smart Rabbits: extending RabbitMQ
- Appendix A. Using Rabbit from Java and .NET
- Appendix B. Online resources
- Appendix C. Installing RabbitMQ on Windows
- Index
- List of Figures
- List of Tables
- List of Listings