RabbitMQ Cookbook (eBook, ePUB)

Knowing a reliable enterprise messaging system based on the AMQP standard can be an essential for today's software developers. This cookbook helps you learn all the basics of RabbitMQ through recipes, code, and real-life examples.

Sofort per Download lieferbar
26,95 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
13 °P sammeln!
RabbitMQ is an open source message broker software (sometimes called message-oriented middleware) that implements the Advanced Message Queuing Protocol (AMQP). The RabbitMQ server is written in the Erlang programming language and is built on the Open Telecom Platform framework for clustering and failover. Messaging enables software applications to connect and scale. Applications can connect to each other as components of a larger application or to user devices and data.RabbitMQ Cookbook touches on all the aspects of RabbitMQ messaging. You will learn how to use this enabling technology for the...