Is it possible to instead of using the IMessageConsumer Interface
inside of RSB to use my own IMessageConsumerX interface? My reason for
this is that I have my own in-process synchronous service bus that I
would like to use for some simple applications but when needed use RSB
in a more distributed model.

When I register my event consumers (IMessageConsumer) for the simple
applications I would rather not have a reference to RSB since I am not
going to use it for anything besides the IMessageConsumer Interface.
But when the time comes to switch to a distributed model I can easily
switch to RSB if RSB could use my own IMessageConsumerX interface.

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