Windows Azure Service Bus configuration and accessing on-premise WCF service using service bus in a web role application
Azure Service Bus configuration and accessing on-premise WCF service using service bus in a web role application.
In simple terms, Service Bus is intended to be used on-premises to publish service endpoints on Internet that can't be accessed from Internet because the existing firewalls or NAT (Network Address Translators).
Alright, enough of theory. Time to go for some coding part.
<?xml version="1.0"?>
Comments
Post a Comment