TODO file

This commit is contained in:
Tony Garnock-Jones 2011-01-02 18:15:02 -05:00
parent 34baf152e2
commit 6720a6996f
1 changed files with 5 additions and 0 deletions

5
TODO Normal file
View File

@ -0,0 +1,5 @@
Cope with possibility of duplicate uuid, in e.g. queue/fanout/direct.
If a subscription token matches an existing subscription, there's a
collision, so choose a new token until there's no collision.
Factor out commonality in subscription-management from queue/fanout/direct.