NServiceBus
NServiceBus copied to clipboard
Create a migration path from hybrid pub/sub to native
We need to create 2 tools in order to properly facilitate the migration of hybrid mode pub/sub to native pub/sub.
- A CLI tool for migrating existing message driven subscriptions for an endpoint
- A dedicated package for transport-agnostic hybrid mode
NB: Make sure that the obsolete messages in the various transports have the applicable PreObsolete are appropriately moved to Obsolete or removed.