Thursday, October 25, 2012

More information about the Service Bus for Windows Server v1.0 release.

Windows Azure - Announcing Public Availability of Service Bus for Windows Server (Service Bus 1.0)

Editor's Note: This post comes from Todd Holmquist-Sutherland, Principal Group Program Manager at Microsoft.

Today I’m excited to share the news that we’ve reached the release milestone for Service Bus 1.0 and it is now available for download.

There were two primary goals with this product release that we believe we’ve accomplished. The first was to deliver an enterprise class messaging service to our customers to support the creation of the modern applications that power their businesses. The second was to make sure the service delivered parity with the Windows Azure based messaging service already in the market  (Windows Azure Service Bus).

Enterprise Functionality

Service Bus 1.0 was designed to allow for enterprise messaging capabilities in a Windows Server-based environment.  It enables you to build, test, and run loosely-coupled, message-driven applications in self-managed environments and on developer computers.  The two primary features are Service Bus Queues and Service Bus Topics and Subscriptions.

  • Service Bus Queues offer reliable message storage and retrieval with a choice of protocols and APIs. Use Service Bus queue in your application to provide load leveling by having the message receiver processing messages at its own pace or to provide load balancing by having multiple, competing receivers accepting messages from the same queue.

For more information on Service Bus queues refer to How to Use Service Bus Queues.

  • Service Bus Topics and Subscriptions offer (in addition to all of the queue’s) rich publish-subscribe capabilities allowing multiple, concurrent subscribers to independently retrieve filtered or unfiltered views of the published message stream.

For more information on Service Bus topics and subscriptions refer to How to Use Service Bus Topics

Other advanced messaging features include detection of duplicate messages, scheduled message delivery, performance optimization (using asynchronous calls, batching and prefetching of messages) and more.  We feel this product will deliver a high quality alternative to many of the expensive solutions currently on the market.

Development Symmetry

The second design point for Service Bus 1.0 was to ensure symmetry between this product and Windows Azure Service Bus thereby allowing for a single set of code to be leveraged across both deployment environments.  The programming model and APIs exposed for developing applications are consistent with those of the public cloud service, making it easy to develop applications for either and switch between the two.  We feel this will enable a better development experience.  For example, developers can now install the service locally to allow for debugging of applications with much more control before publishing to a public cloud.  This symmetry will also allow for flexibility in your transition to public cloud infrastructure by not requiring a rewrite of your messaging service when you’re ready for that move.

Pricing and Licensing

Service Bus 1.0 is available today from the download center and is a free piece of technology for use with a properly licensed version of Windows Server.

..."

While this appeared last week, Service Bus for Windows Server v1.0 RTM/RTW, this additional information helps flesh out the explanation about just what this thing is... )for those who don't know of already, which isn't any of you, but... well... you know...)

 

Related Past Post XRef:
Service Bus for Windows Server v1.0 RTM/RTW
Getting your own bus, as in Server Bus for Windows Server. Downloading and Hosting the Service Bus 1.0

No comments: