Book Image

Building Clouds with Windows Azure Pack

By : Amit Malik
Book Image

Building Clouds with Windows Azure Pack

By: Amit Malik

Overview of this book

Windows Azure Pack is an on-premises cloud solution by Microsoft, which can be leveraged by Organizations and Services providers for building an enterprise class cloud solution. WAP provides consistent experience to Microsoft Azure, along with capabilities such as multi-tenancy, high density, self-service, automated. WAP can be leveraged to provide both IaaS & PaaS Offerings to internal and external customers. In this book, we will learn about planning and deployment of Cloud Fabric for Windows Azure Pack, Azure Pack components, VM Clouds and IaaS offerings, PaaS Offering including WebSites & Service Bus, DBaaS offerings, Automation with SMA, and extending capabilities with third party products integration and tenant experience for all services.
Table of Contents (18 chapters)
Building Clouds with Windows Azure Pack
Credits
About the Author
Acknowledgement
About the Reviewer
www.PacktPub.com
Preface
Index

Windows Azure Pack Service Bus


Windows Azure Pack Service Bus provides a reliable messaging service, which can be used by a tenant's applications to pass information or messages. This service is consistent to Microsoft's public cloud offering Azure Service Bus. Applications can be hosted anywhere; that is, they can be hosted on the provider's cloud, inside the tenant's datacenter, or anywhere else.

Windows Azure Pack Service Bus can be leveraged by the organization's internal developers for passing messages between applications in an efficient manner. This can be offered as a service by service providers to external tenants enabling cloud-driven applications' messaging.

Service Bus in Windows Azure Pack provides two solutions:

  • Service Bus queues

  • Service Bus topics

Understanding Service Bus queues

Service Bus queues offer load leveling by adding a Service Bus namespace in between both applications, which allows message receivers to receive messages as per their own pace and resource availabilities...