stomp 1.0.5

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

- Fix memory leak when Stomp can't write the message on the queue. (Pierrick)
- Add a buffer for receipts. (Pierrick)
- Fixed bug #62831 (Stomp module seems not initializing SSL library first).
(Patch by lwhsu at lwhsu dot org)
- Fixed bug #59972 (Message body are not binary safe). (Pierrick)