I have an Ubuntu 12 server running and I need to run some PHP code on it to connect to RabbitMQ(running on another server – Windows) What is required? If I go to the Ubuntu terminal and run: “which amqp” it returns nothing but if I do: “pecl install amqp” I get:”pecl/amqp is already installed and is the same as the released version 1.0.9″
What did I do wrong? How do I install amqp and subsequently the librabbitmq client library?
Thanks
Jack
From the first page of google search results:
http://blog.webgen.hu/rabbitmq-for-php-on-ubuntu/
They install the full server on ubuntu, but you don’t have to use it after the install, and you can always work on streamlining once you get stuff working.