I would like to dynamically subscribe to messages just before a
message is sent so that the source endpoint will receive notifications
on that newly subscribed message.

Doing this in a MessageModule is currently not possible because there
is no event which fires just before a message is sent and I see no
other way to globally impose a policy like this. MessageSent is too
late in the lifecycle to do this.

I'd like to add an event on ITransport "SendingMessage" using similar
semantics as "MessageSent" event. It seems like this would be useful
in other scenarios returning a bool to veto the message delivery at
the last moment.

Is there an objection to this or suggestions for doing this a better
way?



--~--~---------~--~----~------------~-------~--~----~
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