[rabbitmq-discuss] PHP Client Library

Andre Torgal andre.torgal at gmail.com
Mon Oct 22 08:23:52 BST 2012


Hi

Sorry, you're right, the problem was with basic_reject, not nack. I'm
glad to open the request but bare in mind I'm now using the PECL
Library.

Please note, my original question is will RabbitMQ list the PECL
library in the Get Started page if a repo with examples exists for it.

Cheers

On Mon, Oct 22, 2012 at 5:51 AM, Alvaro Videla <videlalvaro at gmail.com> wrote:
> Hi,
>
> I've just implemented that method on videlalvaro/php-amqplib
>
> Regards,
>
> Alvaro
>
>
> On Mon, Oct 22, 2012 at 7:50 AM, Alvaro Videla <videlalvaro at gmail.com>
> wrote:
>>
>> Hi Andre,
>>
>> videlalvaro here.
>>
>> nack would never work for you in that library because it's not implemented
>> ;)
>>
>> Would you mind opening an issue here:
>> https://github.com/videlalvaro/php-amqplib/issues?state=open and if possible
>> add some basic code example with what doesn't work for you?
>>
>> Regards,
>>
>> Alvaro
>>
>>
>> On Mon, Oct 22, 2012 at 4:09 AM, Andre Torgal <andre.torgal at gmail.com>
>> wrote:
>>>
>>> Hi!
>>>
>>> Not sure if this is the proper forum, but here it goes.
>>>
>>> I got a rough time getting started using RabbitMQ from PHP because I
>>> was led by the Get Started page to use this lib:
>>> https://github.com/videlalvaro/php-amqplib
>>>
>>> I tried endlessly to get nack() to work and just couldn't, it kept
>>> throwing
>>>
>>> The moment I switched to
>>> http://www.php.net/manual/en/class.amqpqueue.php it just worked like a
>>> charm using, basically, the same publisher/consumer code.
>>>
>>> I suppose the reason this lib is listed in
>>> http://www.rabbitmq.com/getstarted.html is the fact that there is a
>>> tutorial with lots of examples.
>>>
>>> I wonder how many PHP devs are being affected by this.
>>>
>>> Would you update this page if there was another github project with
>>> same examples ported to the native library.
>>>
>>> If so, I think I can do it fairly quick, just let me know.
>>>
>>> Thanks
>>>
>>> Andre
>>> _______________________________________________
>>> rabbitmq-discuss mailing list
>>> rabbitmq-discuss at lists.rabbitmq.com
>>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>
>>
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>


More information about the rabbitmq-discuss mailing list