Comments on: Exploring RabbitMQ and PHP http://bradley-holt.com/2011/07/exploring-rabbitmq-and-php/ Mon, 29 Sep 2014 19:50:55 +0000 hourly 1 https://wordpress.org/?v=4.6.1 By: Jamie Sutherland http://bradley-holt.com/2011/07/exploring-rabbitmq-and-php/comment-page-1/#comment-3812 Thu, 22 Sep 2011 22:18:13 +0000 http://bradley-holt.com/?p=1179#comment-3812 Hi Bradley,

Have you tried these instructions under Lion? or whilst running Zend Server. I’m getting crazy linking errors when I follow the instructions that I can’t find any information on. I know it’s probably going to be a linking issue with my environment but I figured I’d ask anyway 🙂

Cheers,
Jamie

PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/local/zend/lib/php_extensions/amqp.so’ – dlopen(/usr/local/zend/lib/php_extensions/amqp.so, 9): Symbol not found: _amqp_empty_bytes
Referenced from: /usr/local/zend/lib/php_extensions/amqp.so
Expected in: flat namespace
in /usr/local/zend/lib/php_extensions/amqp.so in Unknown on line 0

]]>
By: Are Pedersen http://bradley-holt.com/2011/07/exploring-rabbitmq-and-php/comment-page-1/#comment-3533 Mon, 01 Aug 2011 06:32:30 +0000 http://bradley-holt.com/?p=1179#comment-3533 we have been working with the pecl extension, and we fixed several bugs. But I think there are more bugs in it, so be careful using it in production. Also it lacks much funcionality. You can’t set how many messages the receiver should Max receive, and that is quickly a show stopper. There exists pear amqp libs that works better. don’t have the link here now.

]]>
By: Bradley Holt Blog: Exploring RabbitMQ und PHP | PHP Boutique http://bradley-holt.com/2011/07/exploring-rabbitmq-and-php/comment-page-1/#comment-3502 Sun, 24 Jul 2011 18:41:59 +0000 http://bradley-holt.com/?p=1179#comment-3502 […] einem neuen Beitrag Bradley Holt befasst sich mit einigen seiner Erforschung der Kombination von RabbitMQ und PHP als eine mögliche Plattform für Messaging zwischen Prozess (oder Anwendungen). Ich bin die […]

]]>
By: Cristian Datculescu http://bradley-holt.com/2011/07/exploring-rabbitmq-and-php/comment-page-1/#comment-3498 Fri, 22 Jul 2011 12:58:58 +0000 http://bradley-holt.com/?p=1179#comment-3498 Very nice, i was just a couple of days ago in talks with someone about exactly this.

ThAnks for the post.

]]>
By: Exploring RabbitMQ and PHP – Bradley Holt « Kokrajhar http://bradley-holt.com/2011/07/exploring-rabbitmq-and-php/comment-page-1/#comment-3488 Thu, 21 Jul 2011 00:36:14 +0000 http://bradley-holt.com/?p=1179#comment-3488 […] more here: Exploring RabbitMQ and PHP – Bradley Holt RSS feed for comments on this post | TrackBack URL | Leave a […]

]]>
By: Philip Olson http://bradley-holt.com/2011/07/exploring-rabbitmq-and-php/comment-page-1/#comment-3486 Wed, 20 Jul 2011 23:17:26 +0000 http://bradley-holt.com/?p=1179#comment-3486 The documentation was missing a link to its pecl page, but thanks to your blog post it was found and is now fixed. Thanks 🙂 Also, the ‘hg clone’ line was updated to name the dir.

]]>