Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current Restore this Version View Page History

« Previous Version 2 Next »



Fabric3 supports exposing channels over websockets and long-pooling using the Atmosphere library (http://atmosphere.java.net/). The samples distribution contains examples of using websockets to expose event streams to browser clients.
When deployed in a cluster, events sent from browser clients to a channel will be replicated by default to all channel instances in a zone. To disable replication, set the @replicate attribute to false:
<channel name="MyChannel">
<f3:binding.web replicate="false"/>
</channel>