Database Reference
In-Depth Information
der is published. If Cancel isn't clicked, we will clean up the saga first and then publish
the OrderCancelled message.
Where are these messages published? By looking at the subscriptions table previously in
SQL Server, we can see the map of the queues. See the previous picture, but it just shows
the following:
VideoStore.Messages.Events.OrderAccepted :
VideoStore.ContentManagement@MachineName (just the local ma-
chine name)
VideoStore.Messages.Events.OrderAccepted :
VideoStore.CustomerRelation@MachineName
VideoStore.Messages.Events.OrderCancelled :
VideoStore.ECommerce@MachineName
If you have a look at MSMQ, you'll see that the messages for OrderCancelled are
placed on VideoStore.ContentManagement and
VideoStore.CustomerRelation .
Search WWH ::




Custom Search