Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plan to support NServiceBus 9? #53

Open
rioka opened this issue Feb 12, 2025 · 4 comments
Open

Plan to support NServiceBus 9? #53

rioka opened this issue Feb 12, 2025 · 4 comments
Assignees

Comments

@rioka
Copy link

rioka commented Feb 12, 2025

Hi Simon, any plan to support NServiceBus v9?

Thanks!

@SzymonPobiega
Copy link
Owner

Hi!

I didn't have plans to add support to 9 as there is not the Messaging Bridge that fulfils similar role. Have you tried the Bridge?

@SzymonPobiega SzymonPobiega self-assigned this Feb 12, 2025
@rioka
Copy link
Author

rioka commented Feb 12, 2025

We played a bit with the bridge but, as someone else has pointed out, the router is more flexible in our case, as we are not forced to redeploy the bridge with an updated configuration (which is still required, if my interpretation of the documentation is correct) every time we have new subscribers.

I see there's an issue in NServiceBus.MessagingBridge repo, but apparently nothing has happened since it was created more than a year ago.

@SzymonPobiega
Copy link
Owner

At this point I have very limited capacity to work on this project so I can't promise any dates it terms of V9 support. I think it should be fairly simple as NServiceBus 9 is very similar to 8 and the only part that really needs to be modified is the connector part. The Router itself can remain on the previous version of NServiceBus because NSB is compatible between major versions "on the wire".

@SzymonPobiega
Copy link
Owner

By the way, would you be willing to also add your comment to the issue in the Bridge repo? It would help us better prioritize work on the Bridge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants