Creating a Twitter Service Bus in Windows Azure
.NET Service Bus is part of Windows http://www.programmerfish.com/category/windows-azure-microsoft/’ target=’_blank’>Azure .NET Services. It provides a secure and standard messaging infrastructure to reduce barriers for making composite applications.
Maor David has written a very handy tutorial to understand Windows http://www.programmerfish.com/category/windows-azure-microsoft/’ target=’_blank’>Azure .NET Service Bus by creating a Twitter Service Bus. The post demonstrates use of Microsoft .NET Services Service Bus and the NetTcpRelayBinding. When the service application is started, it asks for your .NET Services Solution Credentials and opens an endpoint on the Service Bus. Once opened, this endpoint has a well-known URI on the Service Bus and is, irrespective of whether your machine is residing behind a Firewall or Network Address Translation, reachable from anywhere.
Click here to read the full tutorial


