pecl-tools-stomp/TODO

6 lines
274 B
Plaintext
Raw Permalink Normal View History

2010-06-10 00:31:41 +04:00
- Add the ability to connect to a network of brokers
(Cf: http://activemq.apache.org/networks-of-brokers.html)
2011-09-14 19:50:08 +04:00
- Add Stomp 1.1 full support
2012-11-19 05:31:55 +04:00
- Verify if we need to call recv with MSG_PEEK for the newline char
or if the current implementation is enough (cf bug #59217)