Hi, I just went to implement a new requirement and found that IOnewayBus only provides the
void Send(params object[] messages) method, whereas IServiceBus provides both that method and a second where you can specify a specific endpoint void Send(Endpoint endpoint, params object[] messages); Is there a reason for it not to have the method, or just an oversight? If useful, I can provide a patch. Thanks, Miles -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/jzYZ3xsBvcsJ. 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.
