Sorry for the message blitz lately, but...
"Publish" currently only sends to registered subscriptions and not
instance subscriptions. So at the end of a Saga I want to Publish() an
message which I intend my InstanceSubscription to receive as well as
other subscribers. The Starbucks sample has this, too.
The message won't make it to the instance subscription though since
only GetSubscriptions is called on the storage inside
PublishInternal.

Calling .Send() includes the instance subscription as a recipient.

Am I correct in saying Publish is called as if to say 'send this
message only to those subscribers with endpoints configured for this
message' or should it be invoking instance subscriptions too?



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to