News Feed
Jobs Feed
Sections




News Archive
Bradley Holt's Blog:
Exploring RabbitMQ and PHP
July 21, 2011 @ 09:13:17

In a new post Bradley Holt looks at some of his exploration into the combination of RabbitMQ and PHP as a possible platform for messaging between process (or applications).

I'm exploring the possibility of using RabbitMQ for an upcoming project. RabbitMQ is a free/open source message broker platform. It uses the open Advanced Message Queuing Protocol (AMQP) standard and is written in Erlang using the Open Telecom Platform (OTP). It promises a high level of availability, throughput, scalability, and portability. Since it is built using open standards, it is interoperable with other messaging systems and can be accessed from any platform.

He goes through the full process - installing RabbitMQ via MacPorts, grabbing the latest copy of the librabbitmq library and installing it and finally installing the AMQP extension for PHP so they can communicate. He includes some simple code that connects to the queue and sends a "hello world" message out to the connection bound to "routeA".

0 comments voice your opinion now!
rabbitmq messaging protocol platform tutorial extension librabbitmq pecl


blog comments powered by Disqus

Similar Posts

PHPit.net: Building a simple MVC system with PHP5

Pierre-Alain Joye's Blog: Zip finally reached stable!

Devshed: A Login System for a PHP Email Application

Zend Developer Zone: Creating Web Page Templates with PHP and Twig (part 2)

Developer.com: PHP 5 OOP - Delegation and Custom Exceptions


Community Events











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


code testing zendframework2 framework application series phpunit community tool release unittest development podcast conference functional example language opinion introduction interview

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