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 0.3.0
(beta)
|
* new stomp_connect_error() function (pierrick) * stomp_begin, stomp_abort and stomp_commit now accept additional headers (pierrick) * new connection timeout and read timeout ini configuration (pierrick) * Fix a memory leak in stomp_read_line (pierrick) * Better set of test (Pierrick and Anis) |