"...Full-duplex, connection-oriented peer-to-peer sessions with network-boundary traversal create direct end-to-end connectivity through NAT"
That's awesome... because any developer that has ever tried to create a real-time, Peer-to-Peer application, he/she knows what hell it is to penetrate firewalls specially Symmetric NATs. Click here to learn about NATs
The Service Bus enables secure, loosely-coupled connectivity between services and applications to navigate firewalls or network boundaries, using a variety of communication patterns. The Access Control service provides an enterprise-class mechanism for federated authorization across organizations and protocols.In the same way that Microsoft® .NET Framework provides higher-level libraries to make developers more productive, .NET Services help developers focus on their application logic rather than deploying and managing their own cloud-based infrastructure."
Azure's .Net Service Bus enables developers to build applications for the cloud and offers a scalable hosted infrastructure for deploying and managing these applications and their data stores combined with a workflow engine and a security infrastructure. The Azure Service platform is the new OS for internet scaled applications.

Lower Barriers to Building Composite Applications
- Exposes Service Endpoints Easily
-- Users can access a global hierarchical namespace that is DNS- and transport- independent
-- Services can be located through a stable, Internet-accessible URL, irrespective of location.
- Offers Multiple Connection Options
-- One-way messaging between sender and listener supports unicast and multicast datagram distribution
-- Full-duplex connection-oriented sessions between sender and listener support bi-directional communication
-- Full-duplex, connection-oriented peer-to-peer sessions with network-boundary traversal create direct end-to-end connectivity through NAT
- Supports Publish and Subscribe for Multicasting
The simple publish/subscribe model lets multiple publishers and multiple subscribers simultaneously use the service’s topic management and event distribution system.
Learn more:
http://www.microsoft.com/azure/default.mspx
http://www.microsoft.com/azure/servicebus.mspx



