Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The future of SQLServer Service Broker

is there any information on the future of the Service Broker infrastructure in SQLServer? The team's blog (Link) is not very active and there were only minor changes in SQL 2008 R2 release. When building now a distributed system that needs async queueing and there is already a SQLServer / .NET stack in the infrastructure, what are my chances that what I will build will not be obsolete within the next 3 years?

Is there any roadmap available from MS or did someone here something about this on a conference like PDC?

like image 380
Tim Mahy Avatar asked Dec 28 '22 14:12

Tim Mahy


1 Answers

Tim,

Service Broker will definitely not become obsolete in the next 3 years. It is core functionality of Sql Server and an integral part of Sql Server engine. It is extensively used internally to build core features (DBMail, Event Notifications, Query Notifications etc.) and by customers (e.g MySpace) to build scalable mission critical applications.

like image 87
Pawel Marciniak Avatar answered Jan 23 '23 05:01

Pawel Marciniak