Simple Asynchronous Messaging for PHP


Project SAM – Simple Asynchronous Messaging

Many enterprises rely on asynchronous messaging and queuing infrastructures to connect the various pieces of their business systems. Currently connecting PHP scripts to this infrastructure is not simple or convenient.
The aim of the SAM extension is to open up the messaging infrastructure to the PHP scripting environment by providing an API that allows the most common and simple messaging operations to be accomplished with the minimum of fuss.

Related Posts