iron_mq_php icon indicating copy to clipboard operation
iron_mq_php copied to clipboard

PHP client for IronMQ.

Results 13 iron_mq_php issues
Sort by recently updated
recently updated
newest added

Recently we've been seeing an error when deleting/acknowledging an IronMQ message. ``` // The call looks like $ironmq->deleteMessagePushStatus(..., ..., ...); ``` Response is a `404` with: ``` Message not found....

There's currently no way to use the long polling feature when getting messages off the Message Queue. IronMQ::getMessage and IronMQ::getMessages should be able to take a "wait" parameter or maybe...

Hello, I am using Iron.io's push queues and I found out that messages are not pushed sequentially. I mean, I need a process to end to start (and to be...