Commit 4ebda797 authored by dwentzel's avatar dwentzel
Browse files

updated README.md

parent dbebe5da
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ This folder contains the source code for my [Service Broker Demystified blog ser

`Initiators_and_targets2.sql` covers when in the dialog process a connection is made to a remote service.  

`monolog_pattern.sql` discusses how to model a monolog in SSB.  A monolog is the most common messaging pattern but is not natively possible in SSB without risking the fire-and-forget anti-pattern.

`more_on_services.sql` demos how to determine if a service is "send-only" as well as some other anomalies of services.

`ServicesAndQueues.sql` demonstrates why we need to have both service and queue objects in Service Broker.