Hi Andrew,<br><br>There&#39;s some background information as well as API specific instructions for my PHP package here:<br><br><a href="https://github.com/BraveSirRobin/amqphp/wiki/Documentation">https://github.com/BraveSirRobin/amqphp/wiki/Documentation</a><br>
<br>HTH.<br>--Robin<br><br><div class="gmail_quote">On Fri, Jul 22, 2011 at 11:10 AM, Marek Majkowski <span dir="ltr">&lt;<a href="mailto:majek04@gmail.com">majek04@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<div class="im"><br>
On Fri, Jul 22, 2011 at 09:00, Andrew &lt;<a href="mailto:aph@repido.co.uk">aph@repido.co.uk</a>&gt; wrote:<br>
&gt; Hi there,<br>
&gt;<br>
&gt; Apologies if this is a rather basic question but I&#39;m not sure how to<br>
&gt; tackle the implementation of part of a solution using RabbitMQ with<br>
&gt; PHP and AMQP library on Linux.<br>
&gt;<br>
&gt; I have a component on Linux that will receive messages from a web<br>
&gt; site. This component will process each message, performing DB updates<br>
&gt; depending on the message contents. My question is around how this<br>
&gt; receiving software should poll for messages from RabbitMQ. I wondered<br>
&gt; if there is some call-back mechanism that is invoked when a message is<br>
&gt; received, though I haven&#39;t found anything on this, or do I implement<br>
&gt; my receiving software as a daemon that periodically polls the message<br>
&gt; queue and processes messages when there are detected in the queue?<br>
<br>
</div>We have few tutorials done in php, is it of any use to you?<br>
<a href="https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/php" target="_blank">https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/php</a><br>
<br>
Cheers,<br>
<font color="#888888"> �Marek<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br>