Browse by Tags

26 August 2008
Securing a dialog with certificates
This sample shows how to set up a secure dialog using certificates. Service broker will always have a level of security at the transport level, which may include encryption, but this is at a server level of granularity. It does not secure conversations Read More...
12 August 2008
Fast data push tuning
A common use of service broker is the "data push" scenario in which messages are asynchronously sent to a destination such as a data warehouse for storage and processing with minimal impact on the source application. Two frequent concerns are whether Read More...
25 July 2008
Reusing dialogs with a dialog pool
As noted in various Service Broker sources, it is often advantageous to minimize the overhead of creating dialogs to send messages on. This blog shows how to create a shared pool of dialogs to be able to reuse dialogs instead of creating new ones. The Read More...
10 June 2008
A simple secure dialog with transport certificates
If you want to have a broker dialog between server instances, you have to be concerned with having a secure network connection, which in service broker terminology is called transport security. An effective way to accomplish this is using certificates Read More...
1 Comments
Filed under: , ,
 
Page view tracker