万本电子书0元读

万本电子书0元读

顶部广告

RabbitMQ Essentials电子书

售       价:¥

12人正在读 | 0人评论 9.8

作       者:David Dossot

出  版  社:Packt Publishing

出版时间:2014-04-25

字       数:85.0万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
This book is a quick and concise introduction to RabbitMQ. Follow the unique case study of Clever Coney Media as they progressively discover how to fully utilize RabbitMQ, containing clever examples and detailed explanations. Whether you are someone who develops enterprise messaging products professionally or a hobbyist who is already familiar with open source Message Queuing software and you are looking for a new challenge, then this is the book for you. Although you should be familiar with Java, Ruby, and Python to get the most out of the examples, RabbitMQ Essentials will give you the push you need to get started that no other RabbitMQ tutorial can provide you with.
目录展开

RabbitMQ Essentials

Table of Contents

RabbitMQ Essentials

Credits

Foreword

About the Author

About the Reviewers

www.PacktPub.com

Support files, eBooks, discount offers and more

Why Subscribe?

Free Access for Packt account holders

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Errata

Piracy

Questions

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

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

3. Switching to Server-push

Moving 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

4. Handling Application Logs

Publishing and consuming logs

Load testing AMQP

Running a load test

Prefetching messages

Messaging serendipity

Summary

5. Tweaking Message Delivery

Handling dead letters

Refactoring queues

Undertaking messages

Making delivery mandatory

Implementing the back-office sender

Summary

6. Smart Message Routing

Service-oriented messaging

Replying to queues

Routing service requests

Exposing the authentication service

Calling the authentication service

Summary

7. Taking RabbitMQ to Production

Tackling the broker SPOF

Mirroring queues

Connecting to the cluster

Federating brokers

Monitoring the broker

Summary

8. Testing and Tracing Applications

Testing RabbitMQ applications

Unit testing RabbitMQ applications

Integration testing RabbitMQ applications

Tracing RabbitMQ

Drinking at the Firehose

Summary

A. Message Schemas

User message

Authentication messages

Login

Request

Response

Logout

Request

Response

Generic error message

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部