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.6
(stable)
|
- Add two new ini options stomp.default_username and stomp.default_passowrd (Pierrick) - General performance improvements (Pierrick) - Fix stomp_read_frame when buffered (Pierrick) - Fixed bug #59217 (Connections to RabbitMQ via CLI). (Pierrick). - Fixed bug #59970 (acking a message makes rabbitmq disconnect the server). (Pierrick) - Fixed bug #67170 (Disable Nagle's Algorithm with TCP_NODELAY, it delays sending small messages). (Yarek Tyshchenko) - Fixed bug #68497 (Stomp client doesn't parse ERROR response on CONNECT). (Lorenzo Fontana) - Fixed bug #64671 (Add stomp_nack and Stomp::nack functions). (Pierrick) |