RabbitMQ server and PHP libs
I'm using RabbitMQ for event processing and want to use a pure PHP library instead of a module. Mainly as we have some windows dev servers and a mish mash of standby boxes.
I'm using an AMQP version at the moment from Robert Harvey, but wanted to know if anyone has that just plain works simple. Posting and retrieving messages for jobs. no need to subscribe and consume.
Any suggestions?
|