Cargando…

RabbitMQ in depth /

About the Technology At the heart of most modern distributed applications is a queue that buffers, prioritizes, and routes message traffic. RabbitMQ is a high-performance message broker based on the Advanced Message Queueing Protocol. It's battle tested, ultrafast, and powerful enough to handle...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Roy, Gavin M. (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Shelter Island, NY : Manning Publications, [2018]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • RabbitMQ and application architecture. Foundational RabbitMQ ; How to speak Rabbit: the AMQ protocol ; An in-depth tour of message properties ; Performance trade-offs in publishing ; Don't get messages; consume them ; Message patterns via exchange routing
  • Managing RabbitMQ in the data center or the cloud. Scaling RabbitMQ with clusters ; Cross-cluster message distribution
  • Integrations and customization. Using alternative protocols ; Database integrations.