<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 25 May 2013 20:40:58 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Bradley Holt's Blog: Exploring RabbitMQ and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/16616</guid>
      <link>http://www.phpdeveloper.org/news/16616</link>
      <description><![CDATA[<p>
In a new post <i>Bradley Holt</i> looks at some of his exploration into the <a href="http://bradley-holt.com/2011/07/exploring-rabbitmq-and-php/">combination of RabbitMQ and PHP</a> as a possible platform for messaging between process (or applications).
</p>
<blockquote>
I'm exploring the possibility of using <a href="http://www.rabbitmq.com/">RabbitMQ</a> for an upcoming project. RabbitMQ is a free/open source message broker platform. It uses the open <a href="http://www.amqp.org/">Advanced Message Queuing Protocol</a> (AMQP) standard and is written in <a href="http://www.erlang.org/">Erlang using the Open Telecom Platform</a> (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.
</blockquote>
<p>
He goes through the full process - installing RabbitMQ via MacPorts, grabbing the latest copy of the <a href="http://hg.rabbitmq.com/rabbitmq-c/">librabbitmq library</a> and installing it and finally installing the <a href="http://www.php.net/manual/en/book.amqp.php">AMQP extension</a> 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".
</p>]]></description>
      <pubDate>Thu, 21 Jul 2011 09:13:17 -0500</pubDate>
    </item>
  </channel>
</rss>
