PHPMQ is an Open Source serverless messaging toolkit for PHP, giving the PHP developer ability to perform JMS operations such as sending and receiving messages on queues and topics while ensuring delivery and enabling persistent messaging.
This release contains a minor bug fix in the example scripts that use the PHPMQ messaging API,
Documentation for the Messaging API was added to this release as well.... read more
PHPMQ is an Open Source serverless messaging toolkit for PHP, giving the PHP developer ability to perform JMS operations such as sending and receiving messages on queues and topics while ensuring delivery and enabling persistent messaging.
PHPMQ 0.2.1 pre alpha Release:
This is the first PHPMQ release, a preliminary queue interface is available.
PHP developers can use the PHPMQ to enqueue messages in to queues receive messages form queues
and get a list of available queues in the messaging bus.