stomp 1.0.1

Stomp client extension


This extension allows php applications to communicate with any Stomp compliant Message Brokers through easy object oriented and procedural interfaces.

License: PHP License

Changes

- Add new parameter to the constructor to allow client to send extra informations
- Add zend engine runtime cache support (introduced into trunk)
- Add new details property in the StompException class
- Add new StompException::getDetails() method
- Add the frame body content in the Stomp::Error() method
- Fixed bug #17262 (Server is not responding on win32).