Timeline for answer to Managing Alerts in Web Application Using RESTful API by ipaul
Current License: CC BY-SA 3.0
Post Revisions
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 4, 2013 at 16:48 | vote | accept | GWed | ||
| Mar 4, 2013 at 15:49 | comment | added | ipaul | Also, RabbitMQ In Action by manning, if that's the way you go, or ActiveMQ In Action... If you go down the route of just putting the requests into a database and then writing your own process to poll the table that's just straight PHP. | |
| Mar 4, 2013 at 15:47 | comment | added | ipaul | skillsmatter.com/podcast/erlang/… | |
| Mar 4, 2013 at 15:45 | comment | added | ipaul | stomp.fusesource.org/documentation/php/book.html | |
| Mar 4, 2013 at 15:45 | comment | added | ipaul | github.com/videlalvaro/php-amqplib | |
| Mar 4, 2013 at 15:44 | comment | added | ipaul | slideshare.net/old_sound/integrating-php-withrabbitmqzendcon | |
| Mar 3, 2013 at 21:02 | comment | added | GWed | Thanks for the answer. Any suggested reading you could point me too? Still a little clueless atm | |
| Mar 3, 2013 at 19:44 | comment | added | ipaul | I don't know Laravel, but from skimming the docs it looks like an after filter might do the trick. With PHP you're in luck because you have a lot of options. There are multiple rabbit clients, for Active MQ there's the PHP Stomp client, etc. If you're on AWS there's SQS, etc. Depending on your hosting, you could even write the event consumer in PHP. Does this help? | |
| Mar 3, 2013 at 15:48 | history | answered | ipaul | CC BY-SA 3.0 |