Skip to content
BraveSirRobin edited this page Jun 3, 2011 · 8 revisions
  1. Check out whether we can support Qpid
  2. 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.
  3. 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() and unpack() rather than requiring a single method call per Amqp field.
  4. Split RabbitMQ-specific features out in to subclasses.
Clone this wiki locally