forked from BraveSirRobin/amqphp
-
Notifications
You must be signed in to change notification settings - Fork 1
TODO
BraveSirRobin edited this page Jun 3, 2011
·
8 revisions
- Check out whether we can support Qpid
- Write some sensible unit tests. This may be a bit challenging, as any meaningful test will want to act as both consumer and producer. Can't use pcntl/forking as this seems to screw up the PHPUnit / Xdebug code coverage feature.
- Look again at the runtime performance of the generated code. I think there could be a faster way of parsing the wire-level messages by using a single call to
pack()
andunpack()
rather than requiring a single method call per Amqp field. - Split RabbitMQ-specific features out in to subclasses.