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

Sameer Borate's Blog: Detecting duplicate code in PHP files

Pádraic Brady's Blog:Doing that thing called PEAR - Packaging Source Code for PEAR Distribution

Developer.com: Creating Complex, Secure Web Forms with PHP and HTML_QuickForm2

Wojciech Sznapka's Blog: Power of PHP streams – decompress gz archives on the fly from remote server

PHPBuilder.com: Import MS Access Data to MySQL 5


Community Events











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


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

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