How can I publish a message to all Javascript subscribers for a channel using CometD?
Given a Java web application using CometD, how can I publish a message to all of a channel’s subscribers each time a message is processed by bayeux? For testing, I used serverSession.deliver(…