stomp

pecl install stomp

Stomp client extension

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

Maintainer

  • Pierrick Charron (lead )
  • Gennady Feldman (lead )
  • Xinchen Hui (lead )
  • Remi Collet (lead )

Details

Stars: 20
Issue openned: 2
Downloads: 952217
1.0.6
9 years ago
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 1.0.6 change log


- 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)

requires:

  • php >=5.2.2
  • pearinstaller >=1.4.0

suggests:

  • openssl