RabbitMQ essentials : hop straight into developing your own messaging applications by learning how to utilize RabbitMQ /
In Detail With the advent of cloud computing, the need to design and build applications that can meet the demand and complexity of the modern world has never been greater. RabbitMQ is above all other forms of Message Queuing software thanks to its loosely coupled architecture and its ability to bind...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, England :
Packt Publishing,
2014.
|
Colección: | Community experience distilled.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
Tabla de Contenidos:
- Cover; Copyright; Credits; Foreword; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: A Rabbit Springs to Life; What is messaging?; A loosely coupled architecture; Meet AMQP; The RabbitMQ broker; A case for RabbitMQ; Getting RabbitMQ ready; Installing the broker; Installing the management plugin; Configuring users; Summary; Chapter 2: Creating an Application Inbox; Connecting to RabbitMQ; Working with channels; Building the inbox; Sending user messages; AMQP message structure; Fetching user messages; Seeing it run; Adding topic messages; Summary
- Chapter 3: Switching to Server-pushMoving beyond polling; Consuming queues; Creating a consumer subscription wrapper; Babysitting subscriptions; Tying into the WebSocket endpoint; Running the application; Publishing to all queues; Binding to the fanout; Publishing to all; Running the application; Summary; Chapter 4: Handling Application Logs; Publishing and consuming logs; Load testing AMQP; Running a load test; Prefetching messages; Messaging serendipity; Summary; Chapter 5: Tweaking Message Delivery; Handling dead letters; Refactoring queues; Undertaking messages; Making delivery mandatory
- Implementing the back-office senderSummary; Chapter 6: Smart Message Routing; Service-oriented messaging; Replying to queues; Routing service requests; Exposing the authentication service; Calling the authentication service; Summary; Chapter 7: Taking RabbitMQ to Production; Tackling the broker SPOF; Mirroring queues; Connecting to the cluster; Federating brokers; Monitoring the broker; Summary; Chapter 8: Testing and Tracing Applications; Testing RabbitMQ applications; Unit testing RabbitMQ applications; Integration testing RabbitMQ applications; Tracing RabbitMQ; Drinking at the Firehose