SzymonPobiega / NServiceBus.Router

Cross-transport, cross-site and possibly cross-cloud router component for NServiceBus
MIT License
5 stars 10 forks source link

Enable send only #9

Closed dmarckmann closed 5 years ago

dmarckmann commented 5 years ago

HI,

I created an issue a couple of days ago. In the meanwhile I tried something and I decided to do a pull request. Maybe it is of use to you.

I have changed the RouterConnectorFeature to skip the Subscribe and UnsubcribeBehavior in case of a SendOnly endpoint as they are only necessary for Events.

I have also added a new target to the Router.Connector project, because my Service Fabric server do not have the right framework installed.

I also had to add the connectionstring to the LoadTest.Sender.Router for the SqlServerTransport configuration, because I got the message that it is required.

I hope it is of some use.

Regards, Dries

SzymonPobiega commented 5 years ago

Thanks @dmarckmann . I've merged to develop and will be releasing a new minor soonish.

dmarckmann commented 5 years ago

Thx, @SzymonPobiega!