Package Information |
Summary |
Stomp client extension |
Maintainers |
Xinchen Hui <
laruence at php dot net >
(lead)
[details]
Pierrick Charron <
pierrick at php dot net >
(lead)
[details]
Gennady Feldman <
gena01 at php dot net >
(lead)
[details]
Remi Collet (lead)
[details]
|
License |
PHP License |
Description |
This extension allows php applications to communicate with any Stomp compliant Message Brokers through easy object oriented and procedural interfaces. |
Release notes
Version 1.0.9
(stable)
|
- Adding .travis.yml to enable Travis CI test runner. (Gennady) - Adding a basic README file. (Gennady) - Check stomp connection status after _stomp_recv. (Gennady) - Commenting out activemq.prefetchSize hardcoded header for SUBSCRIBE frame. (Gennady) - Make login and passcode headers optional (if no creds provided). (Gennady) - Fixing type cast warning, introduced a new int variable. (Gennady) - Fixing stomp_writable() check so we can catch when connect failed. (Gennady) |