We have an existing COMET long-poll based Flash application using Java to JSON messages as our messaging format. Our message
queueing system assumes that only a single Consumer will receive messages off a given queue. A given HTTP session creates a unique message queue each page "view" they create so they could be looking at the same shared object in 2 tabs but they'd have 2 message queues ...