News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Message Brokering with RabbitMQ
August 21, 2012 @ 11:04:07

On PHPMaster.com today they've posted a new tutorial that helps you get started adding queuing to your application with PHP and RabbitMQ.

RabbitMQ is open-source message brokering software written in Erlang. The MQ in its name refers to a standard known as Advanced Message Queuing Protocol. For our purposes, and most others, it acts as a middleman between producer (sending) and consumer (receiving) programs - it simply accepts and forwards messages. [...] Both producers and consumers can be written in any language that has an available RabbitMQ or AMQP client library. In this article, I'll demo a producer program written in PHP and a consuming program in Python.

He walks you through the installation for both RabbitMQ itself and the PHP (php-amqlib) and Python (pika) tools to use for the interfaces. There's some details on how the queuing system works and the code for the sample clients is included as well as commands to use the two clients to send/receive messages.

0 comments voice your opinion now!
rabbitmq message queue tutorial python client


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Spanish versions too!

Lorna Mitchell's Blog: Installing Gearman for PHP and Ubuntu

Juozas Kaziukenas' Blog: PayPal payment with encryption

The Bakery: RESTful Web Services With CakePHP

PHPMaster.com: Exceptional Exceptions


Community Events











Don't see your event here?
Let us know!


composer database series testing release code community introduction interview language example development functional api podcast application phpunit opinion framework zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework