开发者

Updating NService Bus from 1.9 to 2.0?

开发者 https://www.devze.com 2023-01-05 04:26 出处:网络
I currently implemented NService 1.9 in one o开发者_运维问答f my project. I want to update the project from NServicebus 1.9 to NServiceBus 2.0. Will there be any major changes that I need to do.. or O

I currently implemented NService 1.9 in one o开发者_运维问答f my project. I want to update the project from NServicebus 1.9 to NServiceBus 2.0.

Will there be any major changes that I need to do.. or Only configuration changes are fine?

Can anybody help on this, provide me any links containing about this information?

nRk


The major thing that we had to deal with is moving to the Generic Host. You can stick with hosting NSB on your own, but the GH brings some nice things like the concept of Profiles. This was a really simple upgrade and you can ditch your custom host. The other change we noticed was in the logging area. There are two places to handle configuration of this, part of it is in the config file and part of it is via code. Other than that, there wasn't much to change as the guys did a good job of backwards compat.

0

精彩评论

暂无评论...
验证码 换一张
取 消